Skip to content

Commit 9313174

Browse files
author
Andrew Strelsky
authored
Include .pyd files in python package
1 parent 2eb22ac commit 9313174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgsetup.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ setuptools.setup(
3838
)
3939
`
4040

41-
manifestTempl = `global-include *.so *.py
41+
manifestTempl = `global-include *.so *.py *.pyd
4242
global-exclude build.py
4343
`
4444

0 commit comments

Comments
 (0)