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

tweaks - include_package_data=False

parent 4368cf57
...@@ -26,7 +26,7 @@ setuptools.setup( ...@@ -26,7 +26,7 @@ setuptools.setup(
"Topic :: Scientific/Engineering :: Physics", "Topic :: Scientific/Engineering :: Physics",
"Topic :: Scientific/Engineering :: Astronomy"], "Topic :: Scientific/Engineering :: Astronomy"],
package_dir={'csst': 'csst'}, package_dir={'csst': 'csst'},
include_package_data=True, # include_package_data=True,
package_data={"": ["LICENSE", "README.md"], package_data={"": ["LICENSE", "README.md"],
"csst": ["msc/deepcr_model/*", "csst": ["msc/deepcr_model/*",
"msc/pos_calib_config/*", "msc/pos_calib_config/*",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment