Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
make: remove obsolete build commands
Part of #198
  • Loading branch information
DifferentialOrange committed Nov 8, 2022
commit ad6afabe8edf25560a63ad8a8aee46156b5e3c69
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,5 @@ cov-html:
python -m coverage html -i
cov-report:
python -m coverage report
dist:
python setup.py sdist --format=gztar,bztar,zip
dist-upload:
python setup.py sdist --format=gztar,bztar,zip upload
dist-upload-2:
python setup.py sdist --format=ztar upload
docs:
python setup.py build_sphinx