summaryrefslogtreecommitdiff
path: root/kvmd/Makefile
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-07-08 01:31:11 +0000
committerDevaev Maxim <[email protected]>2018-07-08 01:31:11 +0000
commit09cccf0ffba8483923843352f855cf30ea68b550 (patch)
treed44c998a11acaba71ab6e4601ab414999962d11e /kvmd/Makefile
parent8c9441e0a3e676b4f7e36b48da8589dd15b8d125 (diff)
moved main configs to kvmd package
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