diff --git a/README.md b/README.md index a4591b38..f697df9b 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ poetry run sgqlc-codegen schema github_schema.json github_schema.py ## Generating DAGs -The `zcash-issue-dag.py` script also supports several configuration options, +The `zcash-issue-dag.py` script supports several configuration options, also supplied as environment variables: - `DAG_VIEW=[core|wallet|zf]`: The DAG to render (default: `core`). @@ -47,7 +47,6 @@ DAG_VIEW=core \ SHOW_MILESTONES=false \ GITHUB_TOKEN= \ ZENHUB_TOKEN= \ - poetry run python ./zcash-issue-dag.py ``` diff --git a/pyproject.toml b/pyproject.toml index 9a003fce..a6a4c85d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,9 +1,9 @@ [tool.poetry] -name = "zcash-core-devtools" +name = "zcash-developer-tools" version = "0.1.0" -description = "Zcash Core Developer Tools" +description = "Zcash Developer Tools" authors = [ - "Jack Grigg ", + "Jack Grigg ", ] license = "MIT OR Apache-2.0" readme = "README.md" @@ -18,5 +18,5 @@ classifiers = [ python = "^3.7" drest = "0.9.12" networkx = "2.6.3" -sgqlc = "14.1" pygraphviz = "1.7" +sgqlc = "14.1"