diff options
| author | Alexis Métaireau <alexis@notmyidea.org> | 2017-03-21 17:15:11 +0100 |
|---|---|---|
| committer | Alexis Métaireau <alexis@notmyidea.org> | 2017-03-21 17:15:11 +0100 |
| commit | ce236303efdca4d3afb8b2b27b8be9ae732b5703 (patch) | |
| tree | baa986e4f2eb91facd466b8770bdfc8d1a921878 /setup.py | |
| parent | b3e7925d666dfd1b5f5f68b402484985e8e08d1a (diff) | |
| download | ihatemoney-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
