We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e09e3 commit 4e95980Copy full SHA for 4e95980
setup.py
@@ -14,9 +14,9 @@
14
packages=find_packages(where="src", exclude=("test",)),
15
package_dir={"": "src"},
16
classifiers=[
17
- 'Development Status :: 5 - Stable',
+ 'Development Status :: 5 - Production/Stable',
18
'Intended Audience :: Developers',
19
- 'License :: OSI Approved :: Apache License',
+ 'License :: OSI Approved :: Apache Software License',
20
'Programming Language :: Python :: 3.6',
21
'Programming Language :: Python :: 3.7'
22
],
0 commit comments