Skip to content

Commit 377a7b3

Browse files
committed
Add pythonwin's headers to it's dist object
1 parent 48f1b14 commit 377a7b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2095,6 +2095,10 @@ def finalize_options(self):
20952095
"Pythonwin/pythonwin.rc",
20962096
"Pythonwin/stdafxpw.cpp",
20972097
],
2098+
depends = [
2099+
"Pythonwin/Win32uiHostGlue.h",
2100+
"Pythonwin/pythonwin.h",
2101+
],
20982102
optional_headers=['afxres.h']),
20992103
]
21002104

0 commit comments

Comments
 (0)