summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2016-01-31 19:57:50 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2016-01-31 19:57:50 +0200
commit3dd12d03cd6491912b16a9d9c1c8183fdda9d4b8 (patch)
treeaa9a4b67181eabdbb7f66bd9a2a0ef7ba6c0d3c8 /setup.py
parentab3853e82e3ff76d12c560f5daebba4af25122bc (diff)
downloadsetuptools-scm-3dd12d03cd6491912b16a9d9c1c8183fdda9d4b8.tar.gz
Added Python version classifiers to setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 5bc4e88..9204a5f 100644
--- a/setup.py
+++ b/setup.py
@@ -107,6 +107,10 @@ arguments = dict(
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'License :: OSI Approved :: MIT License',
+ 'Programming Language :: Python',
+ 'Programming Language :: Python :: 3',
+ 'Programming Language :: Python :: 2.7',
+ 'Programming Language :: Python :: 3.4',
'Topic :: Software Development :: Libraries',
'Topic :: Software Development :: Version Control',
'Topic :: System :: Software Distribution',