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