Skip to content

Support editable installs without egg-info

No due date 100% complete

Pip currently relies on setuptools to perform a setup.py develop install of a package for "editable" installs. This invocation of develop has implicit dependencies on other behaviors such as setup_requires and the old egg-info metadata format.

Setuptools should support generation of more modern metadata formats (dist-info) natively such that tools like pi…

Pip currently relies on setuptools to perform a setup.py develop install of a package for "editable" installs. This invocation of develop has implicit dependencies on other behaviors such as setup_requires and the old egg-info metadata format.

Setuptools should support generation of more modern metadata formats (dist-info) natively such that tools like pip can create editable installs without invoking legacy behavior.

This functionality doesn't necessarily need to be embedded with setuptools.

There are no open issues in this milestone.

Add issues to milestones to help organize your work for a particular release or project.

Create new issue

Or find and add issues with no milestone in this repo.