From ee9904009a2f2d00b14e30c6e54ee956ee553914 Mon Sep 17 00:00:00 2001 From: Julian Hammer Date: Wed, 24 Jan 2018 09:18:41 +0100 Subject: [PATCH] fixed classifiers in setup.py first upload to pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 06e9003..fcadd84 100755 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ setup( 'Topic :: Utilities', # Pick your license as you wish (should match "license" above) - 'License :: OSI Approved :: GNU Affero General Public License v3' + 'License :: OSI Approved :: GNU Affero General Public License v3', # Specify the Python versions you support here. In particular, ensure # that you indicate wheter you support Python2, Python 3 or both.