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

Fix sdist generation #676

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nils-werner
Copy link

This PR implements two things:

It adds all assets to the sdist zips by defining all files to be included in MANIFEST.in. By doing so

  1. won't have to create each release ZIP manually
  2. you may add SimpleCV to PyPI by running python setup.py sdist upload
  3. Your users may install SimpleCV without using the URL by simply typing pip install simplecv

Also, I've fixed the install_requires keyword in setup.py. Before, the installation could not declare its dependencies properly, which in my case left svgwrite missing.

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.

None yet

1 participant