Skip to content

Commit

Permalink
Declare explicit support for Python 3.3 and 3.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Jan 13, 2015
1 parent 11de419 commit daeaa6a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,13 @@ def run(self):
maintainer_email = '[email protected]',
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(
Expand Down

0 comments on commit daeaa6a

Please sign in to comment.