Support building wheels (PEP-427)

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

Change-Id: Ie69ebaf407748b3bc2763fa6b34d3b2b58ea6e3a
This commit is contained in:
Sascha Peilicke 2013-11-19 11:24:56 +01:00
parent 128051bf8b
commit 7e4e38f038
1 changed files with 3 additions and 0 deletions

View File

@ -76,3 +76,6 @@ cover-erase = true
cover-inclusive = true
verbosity=2
detailed-errors=1
[wheel]
universal = 1