setup.cfg 658 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_commons
author =CSST DFS Team.
author_email = weishoulin@astrolab.cn
description = CSST Commons Module.
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
url =  https://csst-tb.bao.ac.cn/code/csst-dfs/csst-dfs-commons
Wei Shoulin's avatar
Wei Shoulin committed
11

Wei Shoulin's avatar
Wei Shoulin committed
12
13
14
15
16
17
18
19
20
21
22
23
24
[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_commons/version.py =
    __version__ = "{version}"