diff --git a/setup.py b/setup.py index 640cf3b..97b1e79 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,7 @@ setup( version = datetime.now().strftime('%Y%m%d.%H%M'), description = 'Get full-text RSS feeds', long_description = open('README.md').read(), + long_description_content_type = 'text/markdown', author = 'pictuga', author_email = 'contact@pictuga.com', url = 'http://morss.it/',