Commit daeaa6a2 authored by Tres Seaver's avatar Tres Seaver

Declare explicit support for Python 3.3 and 3.4.

parent 11de4197
......@@ -165,9 +165,13 @@ if __name__ == '__main__':
maintainer_email = 'protobuf@googlegroups.com',
license = 'New BSD License',
classifiers=[
"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.3",
"Programming Language :: Python :: 3.4",
],
namespace_packages = [ 'google' ],
packages = find_packages(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment