mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
kvmd-htpasswd
This commit is contained in:
2
setup.py
2
setup.py
@@ -21,6 +21,7 @@ def main() -> None:
|
||||
"kvmd.yamlconf",
|
||||
"kvmd.apps",
|
||||
"kvmd.apps.kvmd",
|
||||
"kvmd.apps.htpasswd",
|
||||
"kvmd.apps.cleanup",
|
||||
],
|
||||
|
||||
@@ -31,6 +32,7 @@ def main() -> None:
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"kvmd = kvmd.apps.kvmd:main",
|
||||
"kvmd-htpasswd = kvmd.apps.htpasswd:main",
|
||||
"kvmd-cleanup = kvmd.apps.cleanup:main",
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user