-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Rely on pip for setup.py develop #4955
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
c519001
to
018a20c
Compare
There are almost certainly some incompatibilities with this change. For example, it increases the reliance on pip. It removes uninstall support (although uninstall is still available using pip). The output almost certainly changes. Also, because the installation goes through PEP 517, the installation layout will be different. That said, this feature is intended to provide a soft landing for the users and workflows still reliant on |
Removes reliance on easy_install while retaining a develop command, providing some extended support for the develop command while unblocking removal of easy_install.
Ref #917
Summary of changes
Closes
Pull Request Checklist
newsfragments/
.(See documentation for details)