summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Grainger <tagrain@gmail.com>2015-10-02 00:13:46 +0100
committerThomas Grainger <tagrain@gmail.com>2015-10-02 00:13:46 +0100
commit6fa28e1e7295a31d49ae300189de6aed8f2c1bf1 (patch)
tree059807759f9c46893b755e87a49d7a9c409d3f42
parentd99ecc06734e37f0706472a212453151a873fffb (diff)
downloadpycparser-6fa28e1e7295a31d49ae300189de6aed8f2c1bf1.tar.gz
Support universal wheels
-rw-r--r--setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..2a9acf1
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,2 @@
+[bdist_wheel]
+universal = 1