Skip to content

Commit 0e70d42

Browse files
build: drop deprecated License classifier (use SPDX license expression)
setuptools (PEP 639) rejects the 'License :: OSI Approved' classifier when a SPDX 'license' expression is set, which broke the editable install in CI.
1 parent 5bc047b commit 0e70d42

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ classifiers = [
1818
"Development Status :: 4 - Beta",
1919
"Intended Audience :: Developers",
2020
"Intended Audience :: Science/Research",
21-
"License :: OSI Approved :: Apache Software License",
2221
"Programming Language :: Python :: 3",
2322
"Programming Language :: Python :: 3.10",
2423
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)