aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlexis Métaireau <alexis@notmyidea.org>2017-03-21 17:15:11 +0100
committerAlexis Métaireau <alexis@notmyidea.org>2017-03-21 17:15:11 +0100
commitce236303efdca4d3afb8b2b27b8be9ae732b5703 (patch)
treebaa986e4f2eb91facd466b8770bdfc8d1a921878 /setup.py
parentb3e7925d666dfd1b5f5f68b402484985e8e08d1a (diff)
downloadihatemoney-mirror-ce236303efdca4d3afb8b2b27b8be9ae732b5703.zip
ihatemoney-mirror-ce236303efdca4d3afb8b2b27b8be9ae732b5703.tar.gz
ihatemoney-mirror-ce236303efdca4d3afb8b2b27b8be9ae732b5703.tar.bz2
Specify python 2.7 and remove 3.6 since we do not test against it yet
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 715110e..a551fc7 100644
--- a/setup.py
+++ b/setup.py
@@ -47,9 +47,9 @@ setup(name='ihatemoney',
license='Custom BSD Beerware',
classifiers=[
"Programming Language :: Python",
+ "Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
- "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Internet :: WWW/HTTP :: WSGI :: Application",