include proc-macro in sdist
[power-instruction-analyzer.git] / pyproject.toml
index 1b8821c7ac47884ff7aa03909954d8236069cbbd..443c8b4bc60be39b3d482fd95ccb634d8ff51dca 100644 (file)
@@ -7,3 +7,4 @@ build-backend = "maturin"
 [tool.maturin]
 bindings = "pyo3"
 cargo-extra-args = "--features python-extension"
+sdist-include = ["power-instruction-analyzer-proc-macro/**/*"]
\ No newline at end of file