Workaround long standing pypa wheel bug #99

https://bitbucket.org/pypa/wheel/issues/99/cannot-exclude-directory
This commit is contained in:
Roberto Rosario
2017-02-12 23:08:11 -04:00
parent 9c7ba66d1f
commit 26f17b6ede

View File

@@ -94,8 +94,8 @@ sdist: clean
python setup.py sdist
ls -l dist
wheel: clean
python setup.py bdist_wheel
wheel: clean sdist
pip wheel --no-index --no-deps --wheel-dir dist dist/*.tar.gz
ls -l dist