From f82401e2cb356ed5e3597d80c9d241db9d9c19c4 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Tue, 12 Mar 2013 22:56:11 -0400 Subject: [PATCH] Add Trove classifier signaling PyPy support. --- CHANGES.txt | 2 +- README.rst | 1 + setup.py | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index bc01179..2996592 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -4,7 +4,7 @@ CHANGES 4.0.1 (unreleased) ------------------ -- Nothing changed yet. +- Added Trove classifier claiming PyPy support. 4.0.0 (2013-02-05) diff --git a/README.rst b/README.rst index b568524..549a216 100644 --- a/README.rst +++ b/README.rst @@ -13,3 +13,4 @@ winbot: |winbotstatus|_ .. |winbotstatus| image:: http://winbot.zope.org/buildstatusimage?builder=zope.dottedname_py_265_32&number=-1 .. _winbotstatus: http://winbot.zope.org/builders/zope.dottedname_py_265_32/builds/-1 + diff --git a/setup.py b/setup.py index 6cc87c5..e3a0679 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,8 @@ def read(*rnames): 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.2', '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',