From 244c13ac9df89c1db68c88ce6ebf6ea490997b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Borgna?= <121866228+aborgna-q@users.noreply.github.com> Date: Wed, 3 Apr 2024 14:10:27 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Alec Edgington <54802828+cqc-alec@users.noreply.github.com> --- pyproject.toml | 2 +- quantinuum-hugr-py/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7667f6108..88524e97c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ name = "hugr-project" version = "0.0.0" authors = ["TKET development team "] 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] diff --git a/quantinuum-hugr-py/README.md b/quantinuum-hugr-py/README.md index 2b01796ee..f13d4f5d0 100644 --- a/quantinuum-hugr-py/README.md +++ b/quantinuum-hugr-py/README.md @@ -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.