From e98a6c501b9aeab6fdc64e6cc4faf078a933b4cc Mon Sep 17 00:00:00 2001 From: laharah Date: Thu, 2 Jun 2016 15:09:42 -0700 Subject: [PATCH] added windows extra to setup --- setup.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7e7a587..5d2c76c 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,9 @@ setup(name="magic-wormhole", "autobahn[twisted] >= 0.14.1", "hkdf", "tqdm", ], - extras_require={"tor": ["txtorcon", "ipaddress"]}, + extras_require={"tor": ["txtorcon", "ipaddress"], + "windows": ["pypiwin32"] + }, test_suite="wormhole.test", cmdclass=commands, )