remove long description on setup.py because pypi whines about it
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
171aa0e615
commit
b4dfce2ed9
1 changed files with 0 additions and 6 deletions
6
setup.py
6
setup.py
|
@ -16,14 +16,8 @@ import os.path
|
|||
|
||||
readme = ''
|
||||
here = os.path.abspath(os.path.dirname(__file__))
|
||||
readme_path = os.path.join(here, 'README.md')
|
||||
if os.path.exists(readme_path):
|
||||
with open(readme_path, 'rb') as stream:
|
||||
readme = stream.read().decode('utf8')
|
||||
|
||||
|
||||
setup(
|
||||
long_description=readme,
|
||||
name='tenkan',
|
||||
version='0.1.5',
|
||||
description='RSS/atom feed converter from html to gemini',
|
||||
|
|
Loading…
Reference in a new issue