Skip to content

Commit

Permalink
move THIRDPARTY into python crate so that wheel doesn't have relative…
Browse files Browse the repository at this point in the history
… paths
  • Loading branch information
BatmanAoD committed Nov 14, 2024
1 parent 52cf19d commit 5cfc000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions crates/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ dependencies = ["quil>=0.11.2", "qcs-api-client-common>=0.10.0"]
features = ["pyo3/extension-module"]
bindings = "pyo3"
compatibility = "linux"
include = ["../../THIRDPARTY.yaml"]
sdist-include = ["README.md", "../../THIRDPARTY.yaml"]
include = ["THIRDPARTY.yaml"]
sdist-include = ["README.md", "THIRDPARTY.yaml"]

[project.optional-dependencies]
pyquil = [
Expand Down

0 comments on commit 5cfc000

Please sign in to comment.