Просмотр исходного кода

Declare explicit support for Python 3.3 and 3.4.

Tres Seaver 10 лет назад
Родитель
Сommit
daeaa6a28b
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      python/setup.py

+ 4 - 0
python/setup.py

@@ -165,9 +165,13 @@ if __name__ == '__main__':
         maintainer_email = 'protobuf@googlegroups.com',
         maintainer_email = 'protobuf@googlegroups.com',
         license = 'New BSD License',
         license = 'New BSD License',
         classifiers=[
         classifiers=[
+          "Programming Language :: Python",
           "Programming Language :: Python :: 2",
           "Programming Language :: Python :: 2",
           "Programming Language :: Python :: 2.6",
           "Programming Language :: Python :: 2.6",
           "Programming Language :: Python :: 2.7",
           "Programming Language :: Python :: 2.7",
+          "Programming Language :: Python :: 3",
+          "Programming Language :: Python :: 3.3",
+          "Programming Language :: Python :: 3.4",
           ],
           ],
         namespace_packages = [ 'google' ],
         namespace_packages = [ 'google' ],
         packages = find_packages(
         packages = find_packages(