"""setuptools 入口,兼容部分旧版 pip 的 editable 安装;元数据以 pyproject.toml 为准。""" from setuptools import setup if __name__ == "__main__": setup()