From 7836671b668cb7c38e1efe10bb68ecccb09d85ea Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2024 08:42:17 -0500 Subject: [PATCH] Update license and Python version classifiers --- setup.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 9e6845a..2b35ba8 100644 --- a/setup.py +++ b/setup.py @@ -110,14 +110,16 @@ setup( install_requires=REQUIRED, extras_require=EXTRAS, include_package_data=True, - license="MIT", + license="Apache 2.0", classifiers=[ # Trove 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 :: 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 :: PyPy", ],