kvmd-htpasswd

This commit is contained in:
Devaev Maxim
2019-02-10 02:46:38 +03:00
parent d743b2780a
commit 8ae714ab3c
8 changed files with 101 additions and 6 deletions

View File

@@ -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",
],
},