Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2016-11-14 23:53:30 +0100
committerArthur de Jong <arthur@arthurdejong.org>2016-11-14 23:54:01 +0100
commitda18e3ba8794b9eaa611c17fed23552dd51aa024 (patch)
tree9fc5dd94514d5ec35d7953b9da2a15d99a173e62 /setup.py
parent62ebbceaf8dd7baeb6ff310da90ff8e2096af580 (diff)
Add Python 2.6 support
This also brings the list of Python versions in setup.py in line with tox.ini.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index d91a7a9..941ff4e 100755
--- a/setup.py
+++ b/setup.py
@@ -55,6 +55,7 @@ setup(name='python-stdnum',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
+ 'Programming Language :: Python :: 3.6',
'Topic :: Office/Business :: Financial',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Text Processing :: General',