Skip to content

Commit cbdc0b8

Browse files
authored
Remove the license trove classifier (#164)
PEP 639 deprecates the classifier and setuptools started to issue a warning if it's used: https://peps.python.org/pep-0639/#deprecate-license-classifiers
1 parent bdcc67e commit cbdc0b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stub_uploader/build_wheel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@
7676
license="Apache-2.0",
7777
python_requires="{requires_python}",
7878
classifiers=[
79-
"License :: OSI Approved :: Apache Software License",
8079
"Programming Language :: Python :: 3",
8180
"Typing :: Stubs Only",
8281
]

0 commit comments

Comments
 (0)