Support building wheels (PEP-427)

With that, building and uploading wheels to PyPI is only one "python
setup.py bdist_wheel" away.

Change-Id: I51e0358e9a6efec26588ce076bda5e3fe2d91b44
This commit is contained in:
Sascha Peilicke 2013-11-19 10:25:49 +01:00
parent 2f44ed535f
commit 4d6830104d

View File

@ -78,3 +78,6 @@ cover-inclusive = true
;
; detailed-errors = 1
[wheel]
universal = 1