-
-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hatchling v1.26.1 not allow string-value to license key in pyproject.toml #1799
Comments
Please show me something so that I can reproduce, I can't from your example. |
I am also seeing this behavior with a project that previously worked. I am currently trying to track down the issue. |
Please upgrade Hatchling |
So I am doing this inside a docker container using ubuntu:24.04. The project gets built using
Manually running Here is a ls of the site packages directory after a
|
I am encountering an error when setting the license field to an string-value (license = "something") in the pyproject.toml file, using Hatchling v1.26.1.
I think as per PEP 639, setting the license field to an string is completely valid. However, Hatchling is throwing the following error during the build process:
The text was updated successfully, but these errors were encountered: