summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorKen Harris <ken@livestories.com>2015-05-01 17:37:09 -0700
committerKen Harris <ken@livestories.com>2015-05-01 17:37:09 -0700
commit38d44967eb412acfabb9ff8ca2d1a9ad40ce2f3d (patch)
tree2679371a2c101ab83146d22d22a5088279b50c75 /setup.py
parent8caf2d7c3fb3eba756322bd01def2c9f4ee37644 (diff)
downloadpython-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-xsetup.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 543fb50..946cda6 100755
--- a/setup.py
+++ b/setup.py
@@ -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',
]