summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3cda4ba6..62585763 100755
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ import sys
python3 = sys.version_info[0] > 2
if python3:
install_requires = [] # will rely on local pyparsing_py3 copy
- extra_modules = "pyparsing_py3"
+ extra_modules = ["pyparsing_py3"]
else:
install_requires = ['pyparsing>=1.5.1']
extra_modules = []