This commit is contained in:
parent
26c26fc24e
commit
e4f4ba4360
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -21,6 +21,7 @@ setup(
|
||||||
version='0.1.8',
|
version='0.1.8',
|
||||||
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',
|
||||||
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'},
|
||||||
author='Quentin Ferrand',
|
author='Quentin Ferrand',
|
||||||
|
|
Loading…
Reference in a new issue