Skip to content

Commit ade910c

Browse files
make: remove obsolete build commands
Part of #198
1 parent bec8d46 commit ade910c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: Makefile

-6
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,5 @@ cov-html:
1111
python -m coverage html -i
1212
cov-report:
1313
python -m coverage report
14-
dist:
15-
python setup.py sdist --format=gztar,bztar,zip
16-
dist-upload:
17-
python setup.py sdist --format=gztar,bztar,zip upload
18-
dist-upload-2:
19-
python setup.py sdist --format=ztar upload
2014
docs:
2115
python setup.py build_sphinx

0 commit comments

Comments
 (0)