Support building wheels (PEP-427)

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

Change-Id: I92942a0fdd6aca4ae1fdfccfd72d1e18528d3f01
This commit is contained in:
Sascha Peilicke 2013-11-19 10:16:20 +01:00
parent 8c394d441b
commit 92f08f25c7

View File

@ -32,3 +32,6 @@ autodoc_index_modules = True
all_files = 1
build-dir = doc/build
source-dir = doc/source
[wheel]
universal = 1