This commit is contained in:
parent
ebfa41c2e6
commit
5ed1d0680a
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "tenkan"
|
name = "tenkan"
|
||||||
version = "0.1.3"
|
version = "0.2.0"
|
||||||
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
|
@ -18,7 +18,7 @@ here = os.path.abspath(os.path.dirname(__file__))
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='tenkan',
|
name='tenkan',
|
||||||
version='0.1.3',
|
version='0.2.0',
|
||||||
long_description=open('README.md').read(),
|
long_description=open('README.md').read(),
|
||||||
description='RSS/atom feed converter from html to gemini',
|
description='RSS/atom feed converter from html to gemini',
|
||||||
long_description_content_type='text/markdown',
|
long_description_content_type='text/markdown',
|
||||||
|
|
Loading…
Reference in a new issue