This commit is contained in:
parent
bfc506dec1
commit
26c26fc24e
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -14,12 +14,12 @@ except ImportError:
|
||||||
|
|
||||||
import os.path
|
import os.path
|
||||||
|
|
||||||
readme = ''
|
|
||||||
here = os.path.abspath(os.path.dirname(__file__))
|
here = os.path.abspath(os.path.dirname(__file__))
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='tenkan',
|
name='tenkan',
|
||||||
version='0.1.7',
|
version='0.1.8',
|
||||||
|
long_description=open('README.md').read(),
|
||||||
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