🐛fix in setup.py

This commit is contained in:
Niru Maheswaranathan
2017-05-25 11:47:42 -07:00
parent 14242b7e8d
commit 4a084afb41
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ from setuptools import setup
with open('metadata.py', 'r') as f:
metadata = dict(re.findall("", f.read()))
metadata = dict(re.findall("__([a-z]+)__\s*=\s*'([^']+)'", f.read()))
setup(