added windows extra to setup

This commit is contained in:
laharah 2016-06-02 15:09:42 -07:00 committed by Brian Warner
parent 5b23669cf3
commit e98a6c501b

View File

@ -29,7 +29,9 @@ setup(name="magic-wormhole",
"autobahn[twisted] >= 0.14.1", "autobahn[twisted] >= 0.14.1",
"hkdf", "tqdm", "hkdf", "tqdm",
], ],
extras_require={"tor": ["txtorcon", "ipaddress"]}, extras_require={"tor": ["txtorcon", "ipaddress"],
"windows": ["pypiwin32"]
},
test_suite="wormhole.test", test_suite="wormhole.test",
cmdclass=commands, cmdclass=commands,
) )