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 bec8d46 commit ade910cCopy full SHA for ade910c
Makefile
@@ -11,11 +11,5 @@ cov-html:
11
python -m coverage html -i
12
cov-report:
13
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
20
docs:
21
python setup.py build_sphinx
0 commit comments