We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6379b commit 560db37Copy full SHA for 560db37
MANIFEST.in
@@ -13,7 +13,7 @@ recursive-exclude * *.py[co]
13
recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
14
15
# we only want "release" artifacts, not "debug" artifacts
16
-recursive-include trust_pypi_example/rust/target/release/ *.so *.dylib *.dll *.lib
+recursive-include trust_pypi_example/rust/target/release *.so *.dylib *.dll *.lib
17
recursive-include trust_pypi_example *.h *.c
18
19
# inclusing the .rs and .toml files isn't necessary so feel free to remove them.
0 commit comments