Skip to content
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

Always use setuptools in setup.py #3206

Merged
merged 2 commits into from
Jan 15, 2018
Merged

Conversation

takluyver
Copy link
Member

This copies what we've already done for some other packages: always use setuptools but disable its implicit egg building which causes so many headaches. The setup code can be significantly simpler if it's not trying to handle the case where setuptools isn't in use.

This copies what we've already done for some other packages: always use setuptools
but disable its implicit egg building which causes so many headaches. The setup code
can be significantly simpler if it's not trying to handle the case where setuptools
isn't in use.
@minrk minrk merged commit b439a9f into jupyter:master Jan 15, 2018
@takluyver takluyver added this to the 5.3 milestone Jan 17, 2018
@takluyver takluyver deleted the use-setuptools branch January 17, 2018 10:38
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants