-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Needs ImplementationIssues that are ready to be implemented.Issues that are ready to be implemented.help wantedmajor
Description
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
.
jaraco, natemcmaster, astrojuanlu, Jacob-Stevens-Haas, agriyakhetarpal and 1 more
Metadata
Metadata
Assignees
Labels
Needs ImplementationIssues that are ready to be implemented.Issues that are ready to be implemented.help wantedmajor