Support building wheels (PEP-427)

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

Change-Id: Ibafabebeeb113ef9b5e6af14fa7278841be6b429
This commit is contained in:
Sergey Lukjanov 2013-11-19 13:14:55 +04:00
parent 269be93750
commit 43734f9fec
1 changed files with 3 additions and 0 deletions

View File

@ -16,3 +16,6 @@ home-page = https://savanna.readthedocs.org
[files]
data_files =
share/savanna-elements = elements/*
[wheel]
universal = 1