added windows extra to setup
This commit is contained in:
parent
5b23669cf3
commit
e98a6c501b
4
setup.py
4
setup.py
|
@ -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,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user