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

moved model to deepcr_model

parent 25b0c2c8
......@@ -27,7 +27,10 @@ setuptools.setup(
"Topic :: Scientific/Engineering :: Astronomy"],
package_dir={'csst': 'csst'},
include_package_data=False,
package_data={"": ["LICENSE", "README.md"]},
package_data={"": ["LICENSE", "README.md"],
"csst": ["msc/config/*",
"msc/deepcr_model/*"
]},
requires=['numpy', 'scipy', 'astropy'],
python_requires='>=3.7',
)
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