瀏覽代碼

Removes the Jyton trove classifier

Ask Solem 9 年之前
父節點
當前提交
6dc8884b2b
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      setup.py

+ 0 - 1
setup.py

@@ -99,7 +99,6 @@ classes = """
     Programming Language :: Python :: 3.5
     Programming Language :: Python :: Implementation :: CPython
     Programming Language :: Python :: Implementation :: PyPy
-    Programming Language :: Python :: Implementation :: Jython
     Operating System :: OS Independent
 """
 classifiers = [s.strip() for s in classes.split('\n') if s]