summaryrefslogtreecommitdiff
path: root/kvmd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kvmd/Makefile')
-rw-r--r--kvmd/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/kvmd/Makefile b/kvmd/Makefile
index fffa74af..5a9737ef 100644
--- a/kvmd/Makefile
+++ b/kvmd/Makefile
@@ -11,7 +11,6 @@ release:
make push
make bump
make push
- make pypi
make clean
tox:
@@ -24,10 +23,6 @@ push:
git push
git push --tags
-pypi:
- python3 setup.py register
- python3 setup.py sdist upload
-
clean:
rm -rf build site dist pkg src *.egg-info kvmd-*.tar.gz
find -name __pycache__ | xargs rm -rf