setup.cfg 923 Bytes
Newer Older
Wei Shoulin's avatar
Wei Shoulin committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[metadata]
# replace with your username:
name = csst_dfs_api_local
author =CSST DFS Team.
author_email = weishoulin@astrolab.cn
description = CSST DFS Local APIs Library.
long_description = file: README.md
long_description_content_type = text/markdown
keywords = astronomy, astrophysics, cosmology, space, CSST
url = https://github.com/astronomical-data-processing/csst-dfs-api-local
project_urls =
    Bug Tracker = https://github.com/astronomical-data-processing/csst-dfs-api-local/issues
classifiers =
    Programming Language :: Python :: 3
    License :: OSI Approved :: MIT License
    Operating System :: OS Independent

[options]
packages = find:
python_requires = >=3.7
zip_safe = False
setup_requires = setuptools_scm
install_requires =
    astropy>=4.0
[options.package_data]
Wei Shoulin's avatar
Wei Shoulin committed
26
27
28
29
csst_dfs_api_local.common = *.sql
[options.entry_points]
console_scripts =
    csst-dfs-ifs-local-ingest = csst_dfs_api_local.ifs:ingest