Skip to content

Fix invalid trove classifiers in pyproject.toml#440

Merged
zdohnal merged 1 commit into
OpenPrinting:masterfrom
mikhailnov:fix-license
Jun 16, 2026
Merged

Fix invalid trove classifiers in pyproject.toml#440
zdohnal merged 1 commit into
OpenPrinting:masterfrom
mikhailnov:fix-license

Conversation

@mikhailnov

Copy link
Copy Markdown
Contributor

Use canonical trove classifiers that pass setuptools validation:

  • "GNU General Public License v2 or later (GPLv2+)" instead of "GPL 2 or later"
  • "Operating System :: POSIX :: Linux" instead of "Operating System :: Linux"

Search at https://codesearch.debian.net/ showed that old variants are not used.

Use canonical trove classifiers that pass setuptools validation:
- "GNU General Public License v2 or later (GPLv2+)" instead of "GPL 2 or later"
- "Operating System :: POSIX :: Linux" instead of "Operating System :: Linux"

Search at https://codesearch.debian.net/ showed that old variants are not used.

Co-authored-by: Z.AI GLM

@zdohnal zdohnal left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thx!

@zdohnal zdohnal merged commit e5dced0 into OpenPrinting:master Jun 16, 2026
1 check passed
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.

2 participants