Support building wheels (PEP-427)

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

Change-Id: I88dc57dffccb64e0965be012fa31b95be1428352
This commit is contained in:
Sascha Peilicke 2013-11-19 10:28:36 +01:00
parent e9c91b4f66
commit f4f51b2421

View File

@ -39,3 +39,6 @@ source-dir = doc/source
[nosetests]
verbosity=2
detailed-errors=1
[wheel]
universal = 1