removing __name__ from metadata

This commit is contained in:
Niru Maheswaranathan
2017-05-25 15:03:18 -07:00
parent 6e94c9e99c
commit a8c196df97
2 changed files with 2 additions and 3 deletions

View File

@@ -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'],

View File

@@ -1,8 +1,7 @@
# -*- coding: utf-8 -*-
# Version info
__name__ = 'tableprint'
__version__ = '0.6.7'
__version__ = '0.6.8'
__license__ = 'MIT'
# Project description(s)