From a8c196df97654bd60a872c59acddd893a06f57fc Mon Sep 17 00:00:00 2001 From: Niru Maheswaranathan Date: Thu, 25 May 2017 15:03:18 -0700 Subject: [PATCH] removing __name__ from metadata --- setup.py | 2 +- tableprint/metadata.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 645db5f..9257ba1 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open(os.path.join(__location__, 'metadata.py'), 'r') as f: setup( - name=metadata['name'], + name='tableprint', url=metadata['url'], version=metadata['version'], diff --git a/tableprint/metadata.py b/tableprint/metadata.py index d67573f..c745d13 100644 --- a/tableprint/metadata.py +++ b/tableprint/metadata.py @@ -1,8 +1,7 @@ # -*- coding: utf-8 -*- # Version info -__name__ = 'tableprint' -__version__ = '0.6.7' +__version__ = '0.6.8' __license__ = 'MIT' # Project description(s)