]> git.phdru.name Git - mimedecode.git/commitdiff
Build: List implementations (add PyPy)
authorOleg Broytman <phd@phdru.name>
Wed, 15 Nov 2017 20:11:59 +0000 (23:11 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 15 Nov 2017 20:13:15 +0000 (23:13 +0300)
TODO
setup.py

diff --git a/TODO b/TODO
index b452356fce915e5927ea4bad1dc0537eb10001d3..e665141d9cfd8c8c645a8edb1ec46fc29ee055af 100644 (file)
--- 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.
index 4f5b083c82dde229649c5d185b17d54feb0996e4..fee0f9c853bb7244171347d0e400c306ffda09a8 100755 (executable)
--- 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',