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

Add Python implementation classifier

Unrud пре 5 година
родитељ
комит
d31eaf79ec
1 измењених фајлова са 2 додато и 0 уклоњено
  1. 2 0
      setup.py

+ 2 - 0
setup.py

@@ -91,4 +91,6 @@ setup(
         "Programming Language :: Python :: 3.7",
         "Programming Language :: Python :: 3.8",
         "Programming Language :: Python :: 3.9",
+        "Programming Language :: Python :: Implementation :: CPython",
+        "Programming Language :: Python :: Implementation :: PyPy",
         "Topic :: Office/Business :: Groupware"])