summaryrefslogtreecommitdiff
blob: af6a673011281ba452310f6c31ef393c75fe9f5a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 
 """Setup script for the pyparsing module distribution."""
-from setuptools import setup
+from distutils.core import setup
 
 import sys
 import os