Skip to content

Commit 560db37

Browse files
committed
try and get dll into wheel
1 parent cb6379b commit 560db37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ recursive-exclude * *.py[co]
1313
recursive-include docs *.rst conf.py Makefile make.bat *.jpg *.png *.gif
1414

1515
# we only want "release" artifacts, not "debug" artifacts
16-
recursive-include trust_pypi_example/rust/target/release/ *.so *.dylib *.dll *.lib
16+
recursive-include trust_pypi_example/rust/target/release *.so *.dylib *.dll *.lib
1717
recursive-include trust_pypi_example *.h *.c
1818

1919
# inclusing the .rs and .toml files isn't necessary so feel free to remove them.

0 commit comments

Comments
 (0)