summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2015-05-07 03:34:55 -0400
committerTimothy Crosley <timothy.crosley@gmail.com>2015-05-07 03:34:55 -0400
commit3af8ba55f419b1894c933efe501306469c968b16 (patch)
treec5a1745d4e7d163819687df24ad6896b73501367
parent221372595732f9645bfa58ef704c7ccc3c027631 (diff)
downloadpies-3af8ba55f419b1894c933efe501306469c968b16.tar.gz
Fix syntax error
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0f683cf..697d15d 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ setup(name='pies',
':python_version=="3.0" or python_version=="3.1" or '
'python_version=="3.2" or python_version=="3.3"': ['enum34'],
':python_version=="3.0" or python_version=="3.1" or python_version=="3.2"':
- ['argparse', 'configparser']}
+ ['argparse', 'configparser']},
requires=install_requires,
packages=['pies'],
keywords='Python, Python2, Python3, six, future, refactoring, single-code-base',