Support building wheels (PEP-427)

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

Change-Id: I732ac78b13c8df53f57578b3dae2e5d7dd0667c4
This commit is contained in:
Sascha Peilicke
2013-11-19 10:34:46 +01:00
parent 8d79c62b9c
commit c82ee2bb9e

View File

@@ -22,3 +22,6 @@ source-dir = doc/source
tag_build =
tag_date = 0
tag_svn_revision = 0
[wheel]
universal = 1