From: Jacob Lifshay Date: Thu, 3 Sep 2020 03:47:54 +0000 (-0700) Subject: include proc-macro in sdist X-Git-Tag: v0.2.0~28 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=60919a34e333ee53f901e8a9b0880c44757988c0;p=power-instruction-analyzer.git include proc-macro in sdist --- diff --git a/pyproject.toml b/pyproject.toml index 1b8821c..443c8b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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