extra files included in sdist #1153
-
Bug DescriptionI've got the following in [tool.maturin]
bindings = 'pyo3'
sdist-include = ['src/self_schema.py'] But when I run I'd like to be able to black list these or use Full output of
Your Python version (
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
You should be able to do it with the |
Beta Was this translation helpful? Give feedback.
-
FYI, sdist files are resolved from |
Beta Was this translation helpful? Give feedback.
-
Useful thanks. |
Beta Was this translation helpful? Give feedback.
You should be able to do it with the
[package.exclude]
field inCargo.toml
, see https://doc.rust-lang.org/cargo/reference/manifest.html#the-exclude-and-include-fields