Script to workaround but 99 https://bitbucket.org/pypa/wheel/issue/99/cannot-exclude-directory
This commit is contained in:
4
contrib/scripts/make_dists.sh
Normal file
4
contrib/scripts/make_dists.sh
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
python setup.py sdist
|
||||||
|
pip wheel --no-index --no-deps --wheel-dir dist dist/*.tar.gz
|
||||||
Reference in New Issue
Block a user