diff --git a/setup.py b/setup.py index a35687b..5a74549 100755 --- a/setup.py +++ b/setup.py @@ -92,6 +92,9 @@ def run(self): "argparse>=1.1", "future", ], + extras_require={ + ':sys_platform == "win32"': ['pywin32'], + }, test_suite="tests", cmdclass={ "generate": GenerateThriftCommand,