mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
moved main configs to kvmd package
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user