diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2016-11-14 23:53:30 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2016-11-14 23:54:01 +0100 |
commit | da18e3ba8794b9eaa611c17fed23552dd51aa024 (patch) | |
tree | 9fc5dd94514d5ec35d7953b9da2a15d99a173e62 /setup.py | |
parent | 62ebbceaf8dd7baeb6ff310da90ff8e2096af580 (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-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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', |