Преглед изворни кода

Adds Python implementation trove classifiers, PyPy, CPython and Jython

Ask Solem пре 13 година
родитељ
комит
60138aea91
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      setup.py

+ 3 - 0
setup.py

@@ -119,6 +119,9 @@ setup(
         "Programming Language :: Python :: 2.6",
         "Programming Language :: Python :: 2.7",
         "Programming Language :: Python :: 3",
+        "Programming Language :: Python :: Implementation :: CPython",
+        "Programming Language :: Python :: Implementation :: PyPy",
+        "Programming Language :: Python :: Implementation :: Jython",
     ],
     entry_points={
         'console_scripts': console_scripts,