summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2012-04-06 22:48:40 +0000
committerTres Seaver <tseaver@palladion.com>2012-04-06 22:48:40 +0000
commite2cb4e35adf4110d9f77138fcd69b1ffd82a4a67 (patch)
tree09fc50c189c5d1b2e51a9acb9b326860c651a134 /setup.py
parent34b63b5eaa2f73bbab4a4655a9088a7c87dd1763 (diff)
downloadzope-i18nmessageid-e2cb4e35adf4110d9f77138fcd69b1ffd82a4a67.tar.gz
Add explicit support for 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 ef8dad6..f137909 100644
--- a/setup.py
+++ b/setup.py
@@ -125,6 +125,8 @@ setup(name='zope.i18nmessageid',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
+ "Programming Language :: Python :: Implementation :: CPython",
+ "Programming Language :: Python :: Implementation :: PyPy",
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',