diff options
| author | Ken Harris <ken@livestories.com> | 2015-05-01 17:37:09 -0700 |
|---|---|---|
| committer | Ken Harris <ken@livestories.com> | 2015-05-01 17:37:09 -0700 |
| commit | 38d44967eb412acfabb9ff8ca2d1a9ad40ce2f3d (patch) | |
| tree | 2679371a2c101ab83146d22d22a5088279b50c75 /setup.py | |
| parent | 8caf2d7c3fb3eba756322bd01def2c9f4ee37644 (diff) | |
| download | python-slugify-38d44967eb412acfabb9ff8ca2d1a9ad40ce2f3d.tar.gz | |
Add Python versions to setup.py classifiers.
This should let caniusepython3 detect that it’s Python-3-ready.
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -22,6 +22,12 @@ classifiers = [ 'License :: OSI Approved :: BSD License', 'Operating System :: POSIX', 'Programming Language :: Python', + 'Programming Language :: Python :: 2.6', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', ] |
