We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4032533 commit c2a02dcCopy full SHA for c2a02dc
1 file changed
setup.py
@@ -52,14 +52,13 @@ def find_version(*file_paths):
52
include_package_data=True,
53
install_requires=requires,
54
extras_require=extras_require,
55
- license="Apache License 2.0",
+ license="Apache-2.0",
56
python_requires=">= 3.9",
57
classifiers=[
58
'Development Status :: 5 - Production/Stable',
59
'Intended Audience :: Developers',
60
'Intended Audience :: System Administrators',
61
'Natural Language :: English',
62
- 'License :: OSI Approved :: Apache Software License',
63
'Programming Language :: Python',
64
'Programming Language :: Python :: 3 :: Only',
65
'Programming Language :: Python :: 3',
0 commit comments