Skip to content

fix: removed duplicated classifier#49

Merged
petruki merged 1 commit intomasterfrom
staging
Apr 25, 2026
Merged

fix: removed duplicated classifier#49
petruki merged 1 commit intomasterfrom
staging

Conversation

@petruki
Copy link
Copy Markdown
Member

@petruki petruki commented Apr 25, 2026

This pull request makes a minor update to the pyproject.toml file by removing the MIT License classifier from the list of project classifiers.

  • Cause
    Since license = "MIT" is already set as a SPDX expression (PEP 639), the License :: OSI Approved :: MIT License classifier is now redundant and rejected by newer setuptools.

  • Solution
    Removed the License :: OSI Approved :: MIT License classifier. Since license = "MIT" already provides the SPDX expression per PEP 639, the old classifier is no longer valid and was causing the build failure with newer setuptools.

@sonarqubecloud
Copy link
Copy Markdown

@petruki petruki merged commit 792db48 into master Apr 25, 2026
15 checks passed
@petruki petruki deleted the staging branch April 25, 2026 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant