changeset 14:904bb82c3308

py35
author Jeff Hammel <k0scist@gmail.com>
date Mon, 20 Feb 2017 14:46:42 -0800
parents ce3f13718f6e
children 5de4f7d434de
files martini/config.py setup.py
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/martini/config.py	Mon Feb 20 14:34:36 2017 -0800
+++ b/martini/config.py	Mon Feb 20 14:46:42 2017 -0800
@@ -109,7 +109,7 @@
             for key, val in self.items(section, raw=True):
                 try:
                     self.get(section, key)
-                except InterpolationMissingOptionError, e:
+                except InterpolationMissingOptionError as e:
                     missing.add(e.reference)
         return missing
 
--- a/setup.py	Mon Feb 20 14:34:36 2017 -0800
+++ b/setup.py	Mon Feb 20 14:46:42 2017 -0800
@@ -6,7 +6,7 @@
 except:
     description = ''
 
-version = '0.5.0'
+version = '0.5.1'
 
 setup(name='martINI',
       version=version,
@@ -18,7 +18,7 @@
       author_email='k0scist@gmail.com',
       url='http://k0s.org/hg/martINI',
       license='GPL',
-      packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
+      packages=['martini'],
       include_package_data=True,
       zip_safe=False,
       install_requires=[