File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -110,14 +110,16 @@ def run(self):
110
110
install_requires = REQUIRED ,
111
111
extras_require = EXTRAS ,
112
112
include_package_data = True ,
113
- license = "MIT " ,
113
+ license = "Apache 2.0 " ,
114
114
classifiers = [
115
115
# Trove classifiers
116
116
# 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" ,
118
118
"Programming Language :: Python" ,
119
119
"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" ,
121
123
"Programming Language :: Python :: Implementation :: CPython" ,
122
124
"Programming Language :: Python :: Implementation :: PyPy" ,
123
125
],
You can’t perform that action at this time.
0 commit comments