summaryrefslogtreecommitdiff
path: root/python2/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'python2/setup.py')
-rwxr-xr-xpython2/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python2/setup.py b/python2/setup.py
index 686fd29..3b01dfb 100755
--- a/python2/setup.py
+++ b/python2/setup.py
@@ -14,5 +14,5 @@ setup(name='futures',
classifiers=['License :: OSI Approved :: BSD License',
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',
- 'Programming Language :: Python']
+ 'Programming Language :: Python :: 2']
)