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