mirror of
https://github.com/KevinMidboe/tableprint.git
synced 2025-10-29 18:00:16 +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(
|
setup(
|
||||||
name=metadata['name'],
|
name='tableprint',
|
||||||
url=metadata['url'],
|
url=metadata['url'],
|
||||||
version=metadata['version'],
|
version=metadata['version'],
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# Version info
|
# Version info
|
||||||
__name__ = 'tableprint'
|
__version__ = '0.6.8'
|
||||||
__version__ = '0.6.7'
|
|
||||||
__license__ = 'MIT'
|
__license__ = 'MIT'
|
||||||
|
|
||||||
# Project description(s)
|
# Project description(s)
|
||||||
|
|||||||
Reference in New Issue
Block a user