diff options
| author | Tres Seaver <tseaver@palladion.com> | 2012-06-04 16:48:14 +0000 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2012-06-04 16:48:14 +0000 |
| commit | 374985ed06b1770af150a635ae1fd40ca6840bc0 (patch) | |
| tree | c9be25e4d339c35121ebf84ac17b3e1a6e35d516 /setup.py | |
| parent | 75503a65c2c71b75af6cf5dce88d2a01630104f0 (diff) | |
| download | zope-interface-374985ed06b1770af150a635ae1fd40ca6840bc0.tar.gz | |
Add classifiers for CPython, PyPy.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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", ], |
