Skip to content

Commit 3eb0902

Browse files
author
denfromufa
authored
Update setup.py (#289)
1 parent db9478f commit 3eb0902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def _get_interop_filename():
316316
sources.append(os.path.join(root, filename))
317317

318318
for root, dirnames, filenames in os.walk("tools"):
319-
for ext in (".exe"):
319+
for ext in (".exe", ".py"):
320320
for filename in fnmatch.filter(filenames, "*" + ext):
321321
sources.append(os.path.join(root, filename))
322322

0 commit comments

Comments
 (0)