From 57c53f781b62ea445b6a0f52c73f071fe7a922ac Mon Sep 17 00:00:00 2001
From: Sascha Peilicke <speilicke@suse.com>
Date: Tue, 19 Nov 2013 10:22:19 +0100
Subject: [PATCH] Support building wheels (PEP-427)

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

Change-Id: Ia3b572d44e150911622e5f00592944099b11a95d
---
 setup.cfg | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/setup.cfg b/setup.cfg
index 0c5e4cbb9..41ef33c6c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -45,3 +45,6 @@ input_file = diskimage_builder/locale/diskimage_builder.pot
 [compile_catalog]
 directory = diskimage_builder/locale
 domain = diskimage_builder
+
+[wheel]
+universal = 1