mirror of
https://github.com/KevinMidboe/tableprint.git
synced 2025-10-29 18:00:16 +00:00
🐛fix in metadata.py
This commit is contained in:
2
setup.py
2
setup.py
@@ -4,7 +4,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
|
|
||||||
__location__ = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
|
__location__ = os.path.realpath(os.path.join(os.getcwd(), os.path.dirname(__file__)))
|
||||||
with open(os.path.join(__location__, 'metadata.py'), 'r') as f:
|
with open(os.path.join(__location__, 'tableprint/metadata.py'), 'r') as f:
|
||||||
metadata = dict(re.findall("__([a-z_]+)__\s*=\s*'([^']+)'", f.read()))
|
metadata = dict(re.findall("__([a-z_]+)__\s*=\s*'([^']+)'", f.read()))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user