Skip to content

Commit df70de6

Browse files
committed
fix: try adding THIRDPARTY to maturin sdist
1 parent 754fdd8 commit df70de6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/python/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = ["quil>=0.11.2", "qcs-api-client-common>=0.10.0"]
2727
features = ["pyo3/extension-module"]
2828
bindings = "pyo3"
2929
compatibility = "linux"
30-
sdist-include = ["README.md"]
30+
sdist-include = ["README.md", "../../THIRDPARTY.yaml"]
3131

3232
[project.optional-dependencies]
3333
pyquil = [

0 commit comments

Comments
 (0)