Mark saharaclient as being a universal wheel

Universal is used to identify pure-Python module(by bdist_wheel).
For these, it is sufficient to build a wheel with _any_ Python ABI
version and publish that to PyPI (by whatever means).

Change-Id: Ie177af75df2a3adfc0bdccd972e698d6318e29cb
This commit is contained in:
Andreas Jaeger
2014-09-22 11:07:17 +02:00
committed by Sergey Reshetnyak
parent 69ba7f0956
commit 0919bec120

View File

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