Skip to content

Commit

Permalink
add package location
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolfocarobene committed Jun 4, 2024
1 parent 50a24bb commit 5b990e1
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/openqaoa-azure/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
where = ["."]

[project]
name = "openqaoa-azure"
version = "0.2.5"
Expand Down
3 changes: 3 additions & 0 deletions src/openqaoa-braket/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
where = ["."]

[project]
name = "openqaoa-braket"
version = "0.2.5"
Expand Down
3 changes: 3 additions & 0 deletions src/openqaoa-core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
where = ["."]

[project]
name = "openqaoa-core"
version = "0.2.5"
Expand Down
3 changes: 3 additions & 0 deletions src/openqaoa-pyquil/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
where = ["."]

[project]
name = "openqaoa-pyquil"
version = "0.2.5"
Expand Down
3 changes: 3 additions & 0 deletions src/openqaoa-qiskit/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[tool.setuptools.packages.find]
where = ["."]

[project]
name = "openqaoa-qiskit"
version = "0.2.5"
Expand Down

0 comments on commit 5b990e1

Please sign in to comment.