瀏覽代碼

Update trove classifiers to include pypy and cpython 3.4.

Jelmer Vernooij 10 年之前
父節點
當前提交
20590d9b09
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      setup.py

+ 3 - 0
setup.py

@@ -97,6 +97,9 @@ setup(name='dulwich',
           'License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)',
           'Programming Language :: Python :: 2.6',
           'Programming Language :: Python :: 2.7',
+          'Programming Language :: Python :: 3.4',
+          'Programming Language :: Python :: Implementation :: CPython',
+          'Programming Language :: Python :: Implementation :: PyPy',
           'Operating System :: POSIX',
           'Topic :: Software Development :: Version Control',
       ],