Skip to content

Commit 3c6c686

Browse files
committed
do not include website html in sdist
1 parent 75b2a62 commit 3c6c686

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ help:
2525
.PHONY: sdist
2626
sdist: html
2727
rm -f dist/*.gz
28+
rm -rf docs/website
2829
python setup.py sdist
2930
cp -v dist/*.gz ~/Desktop
3031

0 commit comments

Comments
 (0)