Skip to content

Conversation

cjmayo
Copy link
Contributor

@cjmayo cjmayo commented Aug 26, 2025

pyproject.toml:

  • the license file is COPYING
  • license classifiers are deprecated

Update COPYING to the latest text. This makes replacing 0x0c characters in aboutdialog.py unnecessary

https://www.gnu.org/licenses/old-licenses/old-licenses.html#GPL


Since GTK 3.0 there has been gtk_about_dialog_set_license_type. Could use that instead of reading COPYING - but it does not display the license text, just a link to gnu.org

“License” Trove classifiers deprecation:

https://packaging.python.org/en/latest/specifications/core-metadata/#license

pyproject.toml:
- the license file is COPYING
- license classifiers are deprecated

Update COPYING to the latest text. This makes replacing
0x0c characters in aboutdialog.py unnecessary

https://www.gnu.org/licenses/old-licenses/old-licenses.html#GPL
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