Commit c60403e1 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

tweak

parent 3a653adf
# `csst-dag`
## Installation
```shell
pip install git+https://csst-tb.bao.ac.cn/code/csst-cicd/csst-dag.git
```
## Usage
```python
from csst_dag import CSST_DAGS
......
......@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "csst_dag"
version = "0.0.1"
version = "0.0.2"
authors = [
{ name = "Bo Zhang", email = "bozhang@nao.cas.cn" }
]
......@@ -41,7 +41,6 @@ include-package-data = true
[tool.setuptools.package-data]
csst_dag = [
"dag_config/*",
"_dfs/*",
]
# 可选:如果需要定义测试、文档等可选依赖组,可以添加如下部分[5,8](@ref)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment