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

Simplify setup.py #949

Merged
merged 3 commits into from
Feb 1, 2019
Merged

Simplify setup.py #949

merged 3 commits into from
Feb 1, 2019

Conversation

takluyver
Copy link
Member

  1. We now always import setuptools (while avoiding implicit builds of eggs), so a lot of conditional logic to handle use with and without setuptools can be removed - we only need to handle running with setuptools.
  2. The long description was read from the README and then replaced by a hardcoded string. It looks like two overlapping PRs added a long description (Release 5.4 #869 and Added long description to setuptools for new pypi page #874). I've kept the README as the long description.

@takluyver takluyver added this to the 5.5 milestone Jan 31, 2019
Scripts are now generated from entry points by packaging tools
Copy link
Member

@willingc willingc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Thanks @takluyver.

@willingc willingc merged commit f2876cf into jupyter:master Feb 1, 2019
@takluyver takluyver deleted the simplify-setup-py branch February 1, 2019 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants