Skip to content

Commit

Permalink
List py3 versions in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Apr 9, 2020
1 parent c0bd7a3 commit 9300fe7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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?
Expand Down

0 comments on commit 9300fe7

Please sign in to comment.