🐛fix in metadata.py

This commit is contained in:
Niru Maheswaranathan
2017-05-25 15:04:49 -07:00
parent a8c196df97
commit 721cba721b

View File

@@ -4,7 +4,7 @@ from setuptools import setup
__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()))