From 32cf5b29b8c5d010ac0793ce64899cb7e958df57 Mon Sep 17 00:00:00 2001 From: Roman Mogilatov Date: Thu, 26 Mar 2015 17:27:36 +0200 Subject: [PATCH] Adding pypy classifier --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4301823c..5eb50a30 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ if __name__ == '__main__': 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: Implementation :: CPython', - # 'Programming Language :: Python :: Implementation :: PyPy', + 'Programming Language :: Python :: Implementation :: PyPy', 'Topic :: Software Development', 'Topic :: Software Development :: Libraries', 'Topic :: Software Development :: Libraries :: Python Modules',