Skip to content

Commit 406f982

Browse files
authored
Merge pull request #269 from astrelsky/master
Include .pyd files in python package
2 parents 84f4eec + 9313174 commit 406f982

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)