Browse Source

Adds Python implementation trove classifiers, PyPy, CPython and Jython

Ask Solem 13 năm trước cách đây
mục cha
commit
4c437d2a03
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      setup.py

+ 3 - 0
setup.py

@@ -152,6 +152,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,