Skip to content

Fix the license key in pyproject.toml - #349

Open
mrtmm wants to merge 1 commit into
cleura:mainfrom
mrtmm:fix-toml
Open

Fix the license key in pyproject.toml#349
mrtmm wants to merge 1 commit into
cleura:mainfrom
mrtmm:fix-toml

Conversation

@mrtmm

@mrtmm mrtmm commented Aug 14, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread pyproject.toml
readme = {file = "README.md", content-type = "text/markdown"}
license = "AGPL-3.0-only"
license-files = ["LICENSE"]
license = {text = "AGPL-3.0-only"}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I don't quite follow why this change is necessary. The license field already follows the example shown in https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license, and I don't understand why we would be dropping license-files when it's recommended in https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license-files. Can you elaborate on why we should be making this change?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@mrtmm Just checking if you saw this comment. :)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I believe this is unnecessary, at least for verawood, we can close this.

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