summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorGerhard Weis <g.weis@griffith.edu.au>2017-07-05 21:15:36 +1000
committerGerhard Weis <g.weis@griffith.edu.au>2017-07-05 21:15:36 +1000
commitb27084a43a0a4c148a175a8bb06fc8fd66115ee1 (patch)
tree936e4a83f903d43a1ebaeced05cf8c9a7c04c02c /setup.py
parent0d0abd79a975ed132a8eb43783f87cd84eea9267 (diff)
downloadisodate-b27084a43a0a4c148a175a8bb06fc8fd66115ee1.tar.gz
keep py2.6 as long as tests run fine
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index e663b95..baaf03e 100644
--- a/setup.py
+++ b/setup.py
@@ -62,6 +62,7 @@ setup(name='isodate',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
+ 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',