aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Gregorio <jcgregorio@google.com>2013-03-07 10:50:38 -0500
committerJoe Gregorio <jcgregorio@google.com>2013-03-07 10:50:38 -0500
commit34af29833ea13459993f9d844e02295502ca9784 (patch)
tree623028ba4972406d455d87c04cf561fe092052ca
parentb8006ce8d1b6be0cd51415e008bd89177e56888b (diff)
downloadoauth2client-34af29833ea13459993f9d844e02295502ca9784.tar.gz
Update trove classifiers
-rw-r--r--setup.py2
-rw-r--r--setup_oauth2client.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 4ab35fb..7528ee5 100644
--- a/setup.py
+++ b/setup.py
@@ -64,7 +64,7 @@ setup(name="google-api-python-client",
scripts=['bin/enable-app-engine-project'],
license="Apache 2.0",
keywords="google api client",
- classifiers=['Development Status :: 4 - Beta',
+ classifiers=['Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Operating System :: POSIX',
diff --git a/setup_oauth2client.py b/setup_oauth2client.py
index 19f14b5..0c08382 100644
--- a/setup_oauth2client.py
+++ b/setup_oauth2client.py
@@ -58,7 +58,7 @@ setup(name="oauth2client",
packages=packages,
license="Apache 2.0",
keywords="google oauth 2.0 http client",
- classifiers=['Development Status :: 4 - Beta',
+ classifiers=['Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Operating System :: POSIX',