Browse Source

Fixed #20615 -- Added trove classifiers for major Python versions.

Aymeric Augustin 11 năm trước cách đây
mục cha
commit
efe6e16008
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      setup.py

+ 2 - 0
setup.py

@@ -100,8 +100,10 @@ setup(
         'License :: OSI Approved :: BSD License',
         'Operating System :: OS Independent',
         'Programming Language :: Python',
+        'Programming Language :: Python :: 2',
         'Programming Language :: Python :: 2.6',
         'Programming Language :: Python :: 2.7',
+        'Programming Language :: Python :: 3',
         'Programming Language :: Python :: 3.2',
         'Programming Language :: Python :: 3.3',
         'Topic :: Internet :: WWW/HTTP',