from setuptools import setup setup( ... py_modules=["mod1", "pkg.subpkg.mod2"], package_dir={"": "src"}, # 包的根目录 ...
確定! 回上一頁