From b1a60d975456a1d92b8f5f83298389ea682f747e Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Mon, 20 Dec 2021 11:29:50 -0700 Subject: [PATCH] Apply suggestions from code review Co-authored-by: str4d --- README.md | 3 +-- pyproject.toml | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) 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"