From d7dc05b0f05944dfbf9f78fca8e61a5111fb76dc Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 15 Nov 2017 23:11:59 +0300 Subject: [PATCH] Build: List implementations (add PyPy) --- TODO | 3 --- setup.py | 2 ++ 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index b452356..e665141 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,3 @@ -setup.py: PyPy. - - Split mimedecode.py into a library and a small script. Move formatparam_27.py and mimedecode_version.py to the library. Rename mimedecode_version.py to __version__.py. diff --git a/setup.py b/setup.py index 4f5b083..fee0f9c 100755 --- a/setup.py +++ b/setup.py @@ -31,6 +31,8 @@ setup( 'Intended Audience :: End Users/Desktop', 'License :: OSI Approved :: GNU General Public License (GPL)', 'Operating System :: OS Independent', + 'Programming Language :: Python :: Implementation :: CPython', + 'Programming Language :: Python :: Implementation :: PyPy', 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', -- 2.39.2