Skip to content

Commit 7836671

Browse files
committed
Update license and Python version classifiers
1 parent 29ddca2 commit 7836671

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup.py

+5-3
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,16 @@ def run(self):
110110
install_requires=REQUIRED,
111111
extras_require=EXTRAS,
112112
include_package_data=True,
113-
license="MIT",
113+
license="Apache 2.0",
114114
classifiers=[
115115
# Trove classifiers
116116
# Full list: https://pypi.python.org/pypi?%3Aaction=list_classifiers
117-
"License :: OSI Approved :: Apache 2.0 License",
117+
"License :: OSI Approved :: Apache Software License",
118118
"Programming Language :: Python",
119119
"Programming Language :: Python :: 3",
120-
"Programming Language :: Python :: 3.6",
120+
"Programming Language :: Python :: 3.10",
121+
"Programming Language :: Python :: 3.11",
122+
"Programming Language :: Python :: 3.12",
121123
"Programming Language :: Python :: Implementation :: CPython",
122124
"Programming Language :: Python :: Implementation :: PyPy",
123125
],

0 commit comments

Comments
 (0)