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
csst-sims
csst_cpic_sim
Commits
1a61fd10
Commit
1a61fd10
authored
Apr 15, 2024
by
Chen Yili
Browse files
Upload New File
parent
eec372c0
Pipeline
#4078
failed with stages
in 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
0 → 100644
View file @
1a61fd10
import
setuptools
import
CpicImgSim
setuptools
.
setup
(
name
=
'CpicImgSim'
,
version
=
CpicImgSim
.
__version__
,
author
=
'CSST Team'
,
author_email
=
'gzhao@niaot.ac.cn'
,
description
=
'The CSST CPIC Simulation'
,
# short description
packages
=
setuptools
.
find_packages
(),
license
=
'MIT'
,
classifiers
=
[
"Development Status :: 5 - Production/Stable"
,
"Intended Audience :: Science/Research"
,
"License :: OSI Approved :: MIT License"
,
"Operating System :: OS Independent"
,
"Programming Language :: Python :: 3.8"
,
"Topic :: Scientific/Engineering :: Physics"
,
"Topic :: Scientific/Engineering :: Astronomy"
],
package_dir
=
{
'CpicImgSim'
:
'CpicImgSim'
},
include_package_data
=
False
,
install_requires
=
[
'numpy'
,
'scipy'
,
'astropy'
,
'pysynphot'
,
'hcipy'
],
python_requires
=
'>=3.8'
,
)
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