[metadata] name = csst_dfs_api author =CSST DFS Team. author_email = weishoulin@astrolab.cn description = APIs to access CSST Data Flow System (DFS) 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-api [bumpver] current_version = "1.0.2.2023-12.0" version_pattern = "MAJOR.MINOR.PATCH.YYYY-MM.INC0" 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}"