Skip to content

Commit

Permalink
point to correct package entry in setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhill1 committed Oct 21, 2024
1 parent 4bf1465 commit 5f51c1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ test = ["qbraid>=0.7.1,<0.9.0", "pytest", "pytest-cov", "autoqasm>=0.1.0"]
lint = ["black[jupyter]", "isort", "pylint", "qbraid-cli>=0.8.7"]
docs = ["sphinx>=7.3.7,<=8.3.0", "sphinx-autodoc-typehints>=1.24,<2.6", "sphinx-rtd-theme>=2.0,<3.1", "docutils<0.22", "sphinx-copybutton"]

[tool.setuptools]
packages = {find = {where = ["qbraid_qir"], exclude = ["docker"]}}

[tool.setuptools.dynamic]
version = {attr = "qbraid_qir.__version__"}

Expand Down

0 comments on commit 5f51c1c

Please sign in to comment.