From 9300fe70e8c22ee9c8248312d0f4c731c9dca306 Mon Sep 17 00:00:00 2001 From: amercader Date: Thu, 9 Apr 2020 16:41:53 +0200 Subject: [PATCH] List py3 versions in setup.py --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.py b/setup.py index 965b124..ce4b762 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ description="A standalone web service that parses the contents of a CKAN site's data files and pushes them into its DataStore", long_description=long_description, + long_description_content_type='text/markdown', # The project's main homepage. url='https://github.com/ckan/datapusher', @@ -42,6 +43,10 @@ # Specify the Python versions you support here. In particular, ensure # that you indicate whether you support Python 2, Python 3 or both. 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.6', + 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', + ], # What does your project relate to?