From 03028e24667ccf05f94f228c46588ae4b37da7ef Mon Sep 17 00:00:00 2001 From: cclauss Date: Sat, 16 Apr 2016 02:45:04 +0200 Subject: [PATCH 1/2] For PyPI, add the supported versions of Python Are these the right versions? --- setup.py | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/setup.py b/setup.py index 2a0ba59..0572dff 100644 --- a/setup.py +++ b/setup.py @@ -40,4 +40,17 @@ url='https://github.com/google/python-gflags', packages=['gflags', 'gflags.third_party', 'gflags.third_party.pep257'], data_files=[('bin', ['gflags2man.py'])], + classifiers=( + 'Development Status :: 5 - Production/Stable', + 'Intended Audience :: Developers', + 'Natural Language :: English', + 'License :: OSI Approved :: BSD', + 'Programming Language :: Python', + 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.3', + 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: Implementation :: CPython', + 'Programming Language :: Python :: Implementation :: PyPy'), ) From 1e3c86284bdb5f9e3beb2b80881d9343fb1e4cf5 Mon Sep 17 00:00:00 2001 From: cclauss Date: Tue, 7 Jun 2016 11:37:57 +0200 Subject: [PATCH 2/2] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 0572dff..b0be6f9 100644 --- a/setup.py +++ b/setup.py @@ -46,6 +46,7 @@ 'Natural Language :: English', 'License :: OSI Approved :: BSD', 'Programming Language :: Python', + 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3',