Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bo Zhang
csst
Commits
7c80839b
Commit
7c80839b
authored
Jun 11, 2022
by
BO ZHANG
🏀
Browse files
added config directory for photometry
parent
d133a192
Changes
2
Show whitespace changes
Inline
Side-by-side
csst/__init__.py
View file @
7c80839b
import
os
import
os
__version__
=
"0.0.
5
"
__version__
=
"0.0.
6
"
PACKAGE_PATH
=
os
.
path
.
dirname
(
__file__
)
PACKAGE_PATH
=
os
.
path
.
dirname
(
__file__
)
setup.py
View file @
7c80839b
...
@@ -31,6 +31,7 @@ setuptools.setup(
...
@@ -31,6 +31,7 @@ setuptools.setup(
"csst"
:
[
"msc/deepcr_model/*"
,
"csst"
:
[
"msc/deepcr_model/*"
,
"msc/pos_calib_config/*"
,
"msc/pos_calib_config/*"
,
"msc/flux_calib_config/*"
,
"msc/flux_calib_config/*"
,
"msc/phot_config/*"
,
]},
]},
# install_requires=['sphinx>=4.2.0',
# install_requires=['sphinx>=4.2.0',
# 'numpy>=1.22.0',
# 'numpy>=1.22.0',
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment