summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/setup.cfg5
-rw-r--r--src/setup.py2
2 files changed, 6 insertions, 1 deletions
diff --git a/src/setup.cfg b/src/setup.cfg
new file mode 100644
index 0000000..981e089
--- /dev/null
+++ b/src/setup.cfg
@@ -0,0 +1,5 @@
+[bdist_wheel]
+universal = 1
+
+[wheel]
+universal = 1
diff --git a/src/setup.py b/src/setup.py
index dac3ec7..9da7b33 100644
--- a/src/setup.py
+++ b/src/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
"""Setup script for the pyparsing module distribution."""
-from distutils.core import setup
+from setuptools import setup
import sys
import os