Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alec Edgington <[email protected]>
  • Loading branch information
aborgna-q and cqc-alec authored Apr 3, 2024
1 parent b6f5e49 commit 244c13a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "hugr-project"
version = "0.0.0"
authors = ["TKET development team <[email protected]>"]
readme = "README.md"
packages = [{ include = "quantunuum_hugr", from = "quantunuum-hugr-py" }]
packages = [{ include = "quantinuum_hugr", from = "quantinuum-hugr-py" }]
package-mode = false

[tool.poetry.group.main.dependencies]
Expand Down
4 changes: 2 additions & 2 deletions quantinuum-hugr-py/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ The HUGR specification is [here](https://github.com/CQCL/hugr/blob/main/specific

## Installation

The package name is `quantinuum_hugr`, it can be installed from PyPI:
The package name is `quantinuum_hugr`. It can be installed from PyPI:
```bash
pip install quantinuum_hugr"
pip install quantinuum_hugr
```

The current releases are in alpha stage, and the API is subject to change.
Expand Down

0 comments on commit 244c13a

Please sign in to comment.