setup.cfg 885 Bytes
Newer Older
Wei Shoulin's avatar
Wei Shoulin committed
1
2
3
4
5
6
7
8
9
[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
Wei Shoulin's avatar
Wei Shoulin committed
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
url = https://csst-tb.bao.ac.cn/code/csst-dfs/csst-dfs-api-local

[bumpver]
current_version = "1.0.0"
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
commit_message = "Release {new_version}"
commit = True
tag = True
push = True

[bumpver:file_patterns]
setup.cfg =
    current_version = "{version}"
csst_dfs_api/version.py =
    __version__ = "{version}"
Wei Shoulin's avatar
Wei Shoulin committed
25
26
27
28
29

[options]
python_requires = >=3.7
zip_safe = False
[options.package_data]
Wei Shoulin's avatar
Wei Shoulin committed
30
31
32
csst_dfs_api_local.common = *.sql
[options.entry_points]
console_scripts =
Wei Shoulin's avatar
rm reqs    
Wei Shoulin committed
33
    csst-dfs-ingest-local = csst_dfs_api_local.facility.ingest:ingest