We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba7d25 commit bf7b529Copy full SHA for bf7b529
build_dist.sh renamed to scripts/build_dist.sh
@@ -12,7 +12,7 @@ case ${answer:0:1} in
12
echo "Building distribution"
13
python setup.py clean
14
python setup.py build_ext --inplace
15
- python setup.py sdist --formats=zip,gztar
+ python setup.py sdist --formats=gztar
16
;;
17
* )
18
echo "Not building distribution"
0 commit comments