summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptmcg <ptmcg@austin.rr.com>2021-04-13 03:28:12 -0500
committerptmcg <ptmcg@austin.rr.com>2021-04-13 03:28:12 -0500
commitad29bf90f0d05979a162a1ded216c24e362af780 (patch)
treea2b1e3f9c4fdcc8fbdba67ca6012e6c7b17748ff
parent18d5b2cb6ec8f91b89ea3cb833b0bf82bde2d8c2 (diff)
downloadpyparsing-git-pyparsing_2.4.x.tar.gz
Undo change.pyparsing_2.4.x
-rw-r--r--setup.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index 6813db7..9e1e113 100644
--- a/setup.py
+++ b/setup.py
@@ -2,10 +2,7 @@
"""Setup script for the pyparsing module distribution."""
-try:
- from setuptools import setup
-except ImportError:
- from distutils.core import setup
+from setuptools import setup
from pyparsing import __version__ as pyparsing_version
from io import open