setup: long desc md
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
29ae99c24d
commit
d2d9d7f22e
1
setup.py
1
setup.py
|
@ -10,6 +10,7 @@ setup(
|
||||||
version = datetime.now().strftime('%Y%m%d.%H%M'),
|
version = datetime.now().strftime('%Y%m%d.%H%M'),
|
||||||
description = 'Get full-text RSS feeds',
|
description = 'Get full-text RSS feeds',
|
||||||
long_description = open('README.md').read(),
|
long_description = open('README.md').read(),
|
||||||
|
long_description_content_type = 'text/markdown',
|
||||||
author = 'pictuga',
|
author = 'pictuga',
|
||||||
author_email = 'contact@pictuga.com',
|
author_email = 'contact@pictuga.com',
|
||||||
url = 'http://morss.it/',
|
url = 'http://morss.it/',
|
||||||
|
|
Loading…
Reference in New Issue