moved main configs to kvmd package

This commit is contained in:
Devaev Maxim
2018-07-08 01:31:11 +00:00
parent 8c9441e0a3
commit 09cccf0ffb
7 changed files with 7 additions and 10 deletions

View File

@@ -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