-
-
Notifications
You must be signed in to change notification settings - Fork 353
Closed
Description
If you have a leading \n character in the description, then installing the resulting built wheel "succeeds" but doesn't completely install things.
One way to see this is to set at least one dependency -- installing the wheel says it was successful, but the dependencies are not installed.
I didn't track down precisely what is going on beyond this. I don't know if the correct behavior should be an error or to (always) strip leading newlines.
My pyproject.toml file came from running hatch new --init in an existing project.
(This might not really be a hatch problem, but I only saw it when using the hatchling.build build-system).
Metadata
Metadata
Assignees
Labels
No labels