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)