添加玩客云直刷镜像制作脚本

This commit is contained in:
mofeng-git
2024-10-04 14:26:18 +00:00
parent 0f39312eac
commit df6da8e3d7
18 changed files with 186 additions and 19 deletions

View File

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