summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDaniel Holth <dholth@fastmail.fm>2013-06-30 13:58:54 -0400
committerDaniel Holth <dholth@fastmail.fm>2013-06-30 13:58:54 -0400
commitb4b76238c77ce1fdae33a65826761e110c4e3d37 (patch)
tree039d4c9b261e2698f1f255a3011e89099399cc9f /setup.py
parenteeac39d10bb52e0ea9f9c10f18597f5c9bcbce76 (diff)
downloadpip-b4b76238c77ce1fdae33a65826761e110c4e3d37.tar.gz
wheel: account for purelib != platlib
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 46d7a0b2b..6538052cb 100644
--- a/setup.py
+++ b/setup.py
@@ -43,6 +43,7 @@ setup(name="pip",
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
+ 'Programming Language :: Python :: 3.3',
],
keywords='easy_install distutils setuptools egg virtualenv',
author='The pip developers',