Apply suggestions from code review

Co-authored-by: str4d <jack@electriccoin.co>
This commit is contained in:
Kris Nuttycombe 2021-12-20 11:29:50 -07:00 committed by GitHub
parent 266d66c726
commit b1a60d9754
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 6 deletions

View File

@ -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=<INSERT> \
ZENHUB_TOKEN=<INSERT> \
poetry run python ./zcash-issue-dag.py
```

View File

@ -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@z.cash>",
"Jack Grigg <jack@electriccoin.co>",
]
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"