[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 url = https://csst-tb.bao.ac.cn/code/csst-dfs/csst-dfs-commons [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}"