chore: Define project metadata via [project] table (PEP 621) - #607
Merged
Merged
Conversation
Contributor
Author
|
The pre-commit fix is not related to my changes at all. |
hroncok
force-pushed
the
pep621
branch
2 times, most recently
from
September 18, 2026 10:21
c9a853e to
e35967e
Compare
This leads to a small METADATA diff:
Name: tomlkit
Version: 0.15.1
Summary: Style preserving TOML library
-License: MIT
+License-Expression: MIT
License-File: LICENSE
Author: Sébastien Eustace
Author-email: sebastien@eustace.io
Requires-Python: >=3.9
-Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
The difference is only wrt. license, PEP 639.
The required poetry-core version was bumped to support this.
There is no immediate need for this change,
it's pure modernization.
My personal motivation is for me to make it easier
to experiment with different build backends.
I used LLM to draft this change, then I reviewed it line by line.
Assisted-By: Claude Opus 5
for more information, see https://pre-commit.ci
dimbleby
reviewed
Sep 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This leads to a small METADATA diff:
The difference is only wrt. license, PEP 639.
The required poetry-core version was bumped to support this.
There is no immediate need for this change,
it's pure modernization.
My personal motivation is for me to make it easier to experiment with different build backends.
Agent Drafting Metadata