[Packaging] Fix deps for win32

- Fixed trying to install py2-ipaddress breaking on Python3.
- Add wheel universal option so Py2 and Py3 wheel built.
This commit is contained in:
Calum Lind
2018-11-11 14:56:49 +00:00
parent 10fcbecc04
commit 3b8f71613b
3 changed files with 9 additions and 6 deletions

View File

@ -1,3 +1,6 @@
[bdist_wheel]
universal = 1
[build_docs]
source-dir = docs/source
build-dir = docs/build