Skip to content

Implement PEP 625 (naming of sdists and projects) #23

@philthompson10

Description

@philthompson10

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

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions