fix: add readme for pypi long description
This commit is contained in:
parent
00eca9aa4e
commit
12ec05c7f1
3 changed files with 6 additions and 3 deletions
|
@ -1,8 +1,11 @@
|
|||
[tool.poetry]
|
||||
name = "tenkan"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "RSS/atom feed converter from html to gemini"
|
||||
authors = ["Quentin Ferrand <quentin.ferrand@protonmail.com>"]
|
||||
readme = 'README.md'
|
||||
repository = "https://git.fqserv.eu/takaoni/tenkan"
|
||||
license = "WTFPL"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
__version__ = '0.1.0'
|
||||
__version__ = '0.1.1'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"last_run": "2022-01-12 21:31:10.703787",
|
||||
"last_run": "2022-01-12 23:22:29.686539",
|
||||
"feeds": {
|
||||
"srad-science": {
|
||||
"url": "https://srad.jp/science.rss",
|
||||
|
|
Loading…
Reference in a new issue