Support building wheels (PEP-427)

With that, "python setup.py bdist_wheel" could be used for building and uploading wheels to PyPI.

Change-Id: I64a0c379afd524185497526eae31ccf72cf97c61
This commit is contained in:
Sergey Lukjanov 2013-11-19 13:14:59 +04:00
parent 0041846fb8
commit 415a66430b

View File

@ -40,3 +40,6 @@ climate.resource.plugins =
all_files = 1
build-dir = doc/build
source-dir = doc/source
[wheel]
universal = 1