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

tweak

parent 3a653adf
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
# `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

+1 −2
Original line number Diff line number Diff line
@@ -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)