From 7c80839b5785d6b93c42e1ce917c9fb69f04a71b Mon Sep 17 00:00:00 2001 From: Bo Zhang Date: Sat, 11 Jun 2022 12:31:08 +0800 Subject: [PATCH] added config directory for photometry --- csst/__init__.py | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/csst/__init__.py b/csst/__init__.py index a1c0ef4..c5a2d6f 100644 --- a/csst/__init__.py +++ b/csst/__init__.py @@ -1,5 +1,5 @@ import os -__version__ = "0.0.5" +__version__ = "0.0.6" PACKAGE_PATH = os.path.dirname(__file__) diff --git a/setup.py b/setup.py index a35c285..3c1fd4c 100755 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ setuptools.setup( "csst": ["msc/deepcr_model/*", "msc/pos_calib_config/*", "msc/flux_calib_config/*", + "msc/phot_config/*", ]}, # install_requires=['sphinx>=4.2.0', # 'numpy>=1.22.0', -- GitLab