This commit is contained in:
parent
4bf102fc9f
commit
171aa0e615
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "tenkan"
|
name = "tenkan"
|
||||||
version = "0.1.4"
|
version = "0.1.5"
|
||||||
description = "RSS/atom feed converter from html to gemini"
|
description = "RSS/atom feed converter from html to gemini"
|
||||||
authors = ["Quentin Ferrand <quentin.ferrand@protonmail.com>"]
|
authors = ["Quentin Ferrand <quentin.ferrand@protonmail.com>"]
|
||||||
readme = 'README.md'
|
readme = 'README.md'
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -25,7 +25,7 @@ if os.path.exists(readme_path):
|
||||||
setup(
|
setup(
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
name='tenkan',
|
name='tenkan',
|
||||||
version='0.1.4',
|
version='0.1.5',
|
||||||
description='RSS/atom feed converter from html to gemini',
|
description='RSS/atom feed converter from html to gemini',
|
||||||
python_requires='==3.*,>=3.8.0',
|
python_requires='==3.*,>=3.8.0',
|
||||||
project_urls={'repository': 'https://git.fqserv.eu/takaoni/tenkan'},
|
project_urls={'repository': 'https://git.fqserv.eu/takaoni/tenkan'},
|
||||||
|
|
Loading…
Reference in a new issue