Support building wheels (PEP-427)

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

Change-Id: I0bf42c329ee6260c12755bb16579c5a1db8b0579
This commit is contained in:
Sascha Peilicke
2013-11-19 10:39:09 +01:00
committed by Sascha Peilicke
parent a4f88963f9
commit 1c3c234220

View File

@@ -50,3 +50,6 @@ taskflow.engines =
[nosetests]
cover-erase = true
verbosity = 2
[wheel]
universal = 1