浏览代码

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"])