Skip to content

Commit 8621cb7

Browse files
JarryShawtheopolis
authored andcommitted
Add pywin32 for Windows platform (#70)
1 parent 3ea4f8c commit 8621cb7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ def run(self):
9292
"argparse>=1.1",
9393
"future",
9494
],
95+
extras_require={
96+
':sys_platform == "win32"': ['pywin32'],
97+
},
9598
test_suite="tests",
9699
cmdclass={
97100
"generate": GenerateThriftCommand,

0 commit comments

Comments
 (0)