-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
PEP 625 and the current wheel spec. specify that project names and sdists should use lower case names. Implementing this will change the names of sdists and wheels which may cause problems for external tooling and so should probably be done as part of a feature release.
setuptools v69.3.0 implemented this support which impacts the names of the generated sip
module sdists, but does not impact the names of the corresponding wheels (which is determined by the project name set by sip-module
).
The project name in the generated sip
modules' pyproject.toml
files should be lower case and lower case should be used in the name of any generated sdist and wheel files.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working