Update license and Python version classifiers

This commit is contained in:
2024-02-27 08:42:17 -05:00
parent 29ddca2f9e
commit 7836671b66
+5 -3
View File
@@ -110,14 +110,16 @@ setup(
install_requires=REQUIRED, install_requires=REQUIRED,
extras_require=EXTRAS, extras_require=EXTRAS,
include_package_data=True, include_package_data=True,
license="MIT", license="Apache 2.0",
classifiers=[ classifiers=[
# Trove classifiers # Trove classifiers
# Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers # Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
"License :: OSI Approved :: Apache 2.0 License", "License :: OSI Approved :: Apache Software License",
"Programming Language :: Python", "Programming Language :: Python",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: Implementation :: PyPy",
], ],