Support building wheels (PEP-427)

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

Change-Id: Idfc291f496a81498df6408f189854f49eca496d3
This commit is contained in:
Sascha Peilicke 2013-11-19 09:49:11 +01:00
parent b12d614b08
commit e13b3a578d
1 changed files with 3 additions and 0 deletions

View File

@ -36,3 +36,6 @@ distutils.setup_keywords =
all_files = 1
build-dir = doc/build
source-dir = doc/source
[wheel]
universal = 1