From bc1098d889b8142b022de6417acdace599bb80b0 Mon Sep 17 00:00:00 2001 From: Alvin Moore Date: Fri, 13 Jul 2018 07:58:08 -0700 Subject: [PATCH] Changed python binding classifier to that on approved list: https://pypi.org/pypi?%3Aaction=list_classifiers --- bindings/python/setup.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/setup.py.in b/bindings/python/setup.py.in index bda0f9bbc7..61409885fd 100644 --- a/bindings/python/setup.py.in +++ b/bindings/python/setup.py.in @@ -18,7 +18,7 @@ setup(name="foundationdb", classifiers=[ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', - 'License :: OSI Approved :: Apache v2 License', + 'License :: OSI Approved :: Apache Software License', 'Operating System :: MacOS :: MacOS X', 'Operating System :: Microsoft :: Windows', 'Operating System :: POSIX :: Linux',