mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 09:01:54 +08:00
添加玩客云直刷镜像制作脚本
This commit is contained in:
3
setup.py
3
setup.py
@@ -24,7 +24,7 @@
|
||||
import textwrap
|
||||
|
||||
import setuptools.command.easy_install
|
||||
from setuptools import setup
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
|
||||
# =====
|
||||
@@ -108,6 +108,7 @@ def main() -> None:
|
||||
|
||||
package_data={
|
||||
"kvmd.apps.vnc": ["fonts/*.ttf"],
|
||||
"kvmd": ["i18n/zh/LC_MESSAGES/*.mo"],
|
||||
},
|
||||
|
||||
entry_points={
|
||||
|
||||
Reference in New Issue
Block a user