From 60919a34e333ee53f901e8a9b0880c44757988c0 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Wed, 2 Sep 2020 20:47:54 -0700 Subject: [PATCH] include proc-macro in sdist --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2