Remove obsolete license classifier#284
Remove obsolete license classifier#284GabrielBarrantes wants to merge 1 commit intojazzband:masterfrom
Conversation
The license is already declared via SPDX (PEP 639); license Trove classifiers must not be used in that case.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #284 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 130 130
Branches 14 14
=========================================
Hits 130 130 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Probably not an issue (right now) but eventually uv_build might complain. |
|
This is only deprecated as of Metadata 2.4, which we aren't flagged as supporting yet. If we did move over to that, we should also drop |
|
https://stackoverflow.com/questions/79363394/how-to-set-core-metadata-version-when-building-python-package indicates that most of the answer is "have a high enough setuptools version", but uncertain if there's more than that. |
|
The issue originated because uv is still not packaged for Debian, so I used setuptools to build the package, and it failed to build because of the license classifier, just removing it fixed the problem. About dropping the |
The license is already declared via SPDX (PEP 639); license Trove classifiers must not be used in that case.
See https://peps.python.org/pep-0639/#deprecate-license-classifiers