[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://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}" [options] python_requires = >=3.7 zip_safe = False [options.package_data] csst_dfs_api_local.common = *.sql [options.entry_points] console_scripts = csst-dfs-ingest-local = csst_dfs_api_local.facility.ingest:ingest