summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid McMackins II <contact@mcmackins.org>2015-07-14 12:42:24 -0500
committerDavid McMackins II <contact@mcmackins.org>2015-07-14 12:42:24 -0500
commit85b48e18e6434713c9ab90683767375ab9b937ab (patch)
tree32d36cee946e9a3957246c2f8fea0bfe1b7de86a
parent45ee9b52213f1374ea8a5810dc1f08fea6db59bd (diff)
Fix typos
-rw-r--r--setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 51cef14..d1f7298 100644
--- a/setup.py
+++ b/setup.py
@@ -12,10 +12,10 @@ if not version:
setup(
name = 'jarsnap.py',
version = version,
- scripts = ['jarsnap']
- py_modules = ['jarsnap')
+ scripts = ['jarsnap'],
+ py_modules = ['jarsnap'],
- package_data = {'': ['README', 'COPYING']}
+ package_data = {'': ['README', 'COPYING']},
author = 'Delwink, LLC',
author_email = 'support@delwink.com',