From 29ae99c24ded06b3f2abc44f0cf3f39d104a9f72 Mon Sep 17 00:00:00 2001 From: pictuga Date: Sun, 5 Dec 2021 18:59:14 +0100 Subject: [PATCH] setup: long desc from readme --- setup.py | 1 + 1 file changed, 1 insertion(+) 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/',