summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSascha Peilicke <speilicke@suse.com>2013-11-19 09:49:11 +0100
committerSascha Peilicke <speilicke@suse.com>2013-11-19 09:52:31 +0100
commite13b3a578d88fc783ff6b1722c3ec1151c4b9c50 (patch)
treeef17590ef3fb91e9f03423716eb53aa182f578cb /setup.cfg
parentb12d614b085f338b47978bea7cb42a7d53b515c8 (diff)
downloadpbr-e13b3a578d88fc783ff6b1722c3ec1151c4b9c50.tar.gz
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
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index efd3489..11d8c17 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,3 +36,6 @@ distutils.setup_keywords =
all_files = 1
build-dir = doc/build
source-dir = doc/source
+
+[wheel]
+universal = 1