Skip to content

Adopt bdist_wheel from wheel project #1386

@agronholm

Description

@agronholm

Currently the setuptools.command.dist_info command relies on the bdist_wheel code to create a .dist-info directory. But since wheel has no public API, this is dangerous as that code could go away in the next release. The dist_info command should be natively implemented in setuptools instead, without the conversion from .egg-info.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions