summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2012-06-04 16:48:14 +0000
committerTres Seaver <tseaver@palladion.com>2012-06-04 16:48:14 +0000
commit374985ed06b1770af150a635ae1fd40ca6840bc0 (patch)
treec9be25e4d339c35121ebf84ac17b3e1a6e35d516 /setup.py
parent75503a65c2c71b75af6cf5dce88d2a01630104f0 (diff)
downloadzope-interface-374985ed06b1770af150a635ae1fd40ca6840bc0.tar.gz
Add classifiers for CPython, PyPy.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 9d0c810..d0269a6 100644
--- a/setup.py
+++ b/setup.py
@@ -127,6 +127,8 @@ setup(name='zope.interface',
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.2",
+ "Programming Language :: Python :: Implementation :: CPython",
+ "Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules",
],