fix setup.py desc
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Quentin Ferrand 2022-04-28 21:10:36 +02:00
parent e4f4ba4360
commit 3c7fe3df0d

View file

@ -18,7 +18,7 @@ here = os.path.abspath(os.path.dirname(__file__))
setup( setup(
name='tenkan', name='tenkan',
version='0.1.8', version='0.1.9',
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',