include proc-macro in sdist
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 3 Sep 2020 03:47:54 +0000 (20:47 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 3 Sep 2020 03:47:54 +0000 (20:47 -0700)
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