diff --git a/setup.py b/setup.py index 9257ba1..73fe1a5 100644 --- a/setup.py +++ b/setup.py @@ -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()))