Support building wheels (PEP-427)

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

Change-Id: Ia7583925080fbe15d8274ff4badcd089b6512004
This commit is contained in:
Sascha Peilicke 2013-11-19 10:40:42 +01:00
parent ec7d49f33c
commit 984e9e360b

View File

@ -45,3 +45,6 @@ namespace_packages =
extra_files =
setup.py
README.rst
[wheel]
universal = 1