SimpleCV
SimpleCV copied to clipboard
Fix sdist generation
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
- won't have to create each release ZIP manually
- you may add SimpleCV to PyPI by running
python setup.py sdist upload - 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.