Skip to content

Commit

Permalink
added windows extra to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Laharah authored and warner committed Jun 2, 2016
1 parent 5b23669 commit e98a6c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"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,
)

0 comments on commit e98a6c5

Please sign in to comment.