Commit b3164db1 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

update setup.py

parent e32db102
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,8 +38,8 @@ setuptools.setup(
        "Topic :: Scientific/Engineering :: Physics",
        "Topic :: Scientific/Engineering :: Astronomy",
    ],
    include_package_data=True,  # 包含所有随包数据
    package_data={
    include_package_data=True,  # 设置包含随包数据
    package_data={  # 具体随包数据路径
        "csst_proto": ["data/*"],
    },
    # 请注意检查,防止临时文件或其他不必要的文件被提交到仓库,否则会一同安装