mirror of
https://github.com/KevinMidboe/tableprint.git
synced 2025-10-29 01:40:17 +00:00
removing __name__ from metadata
This commit is contained in:
2
setup.py
2
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'],
|
||||
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
# Version info
|
||||
__name__ = 'tableprint'
|
||||
__version__ = '0.6.7'
|
||||
__version__ = '0.6.8'
|
||||
__license__ = 'MIT'
|
||||
|
||||
# Project description(s)
|
||||
|
||||
Reference in New Issue
Block a user