Changed python binding classifier to that on approved list: https://pypi.org/pypi?%3Aaction=list_classifiers

This commit is contained in:
Alvin Moore 2018-07-13 07:58:08 -07:00
parent 553bfec600
commit bc1098d889
1 changed files with 1 additions and 1 deletions

View File

@ -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',