From 7b9c3a83a5910b0a90ab6952fe52e54d0273059f Mon Sep 17 00:00:00 2001 From: "brian.quinlan" Date: Thu, 11 Jun 2009 20:11:38 +0000 Subject: Add tags for Python 2 and 3. --- python2/setup.py | 2 +- python3/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 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'] ) diff --git a/python3/setup.py b/python3/setup.py index e7cff77..07c2c7d 100755 --- a/python3/setup.py +++ b/python3/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 :: 3'] ) -- cgit v1.2.1