We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b2a62 commit 3c6c686Copy full SHA for 3c6c686
Makefile
@@ -25,6 +25,7 @@ help:
25
.PHONY: sdist
26
sdist: html
27
rm -f dist/*.gz
28
+ rm -rf docs/website
29
python setup.py sdist
30
cp -v dist/*.gz ~/Desktop
31
0 commit comments