Skip to content

Commit

Permalink
Add Trove classifiers indicating CPython and PyPy support.
Browse files Browse the repository at this point in the history
  • Loading branch information
strichter committed Mar 8, 2013
1 parent 547ef36 commit 69b3fe0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.rst
Expand Up @@ -5,7 +5,7 @@ CHANGES
4.0.2 (unreleased)
------------------

- Nothing changed yet.
- Add Trove classifiers indicating CPython and PyPy support.


4.0.1 (2013-02-11)
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -46,6 +46,8 @@ def read(*rnames):
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
Expand Down

0 comments on commit 69b3fe0

Please sign in to comment.