projects
/
power-instruction-analyzer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fb81cb
)
include proc-macro in sdist
author
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 3 Sep 2020 03:47:54 +0000
(20:47 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 3 Sep 2020 03:47:54 +0000
(20:47 -0700)
pyproject.toml
patch
|
blob
|
history
diff --git
a/pyproject.toml
b/pyproject.toml
index 1b8821c7ac47884ff7aa03909954d8236069cbbd..443c8b4bc60be39b3d482fd95ccb634d8ff51dca 100644
(file)
--- 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