@@ -7,7 +7,7 @@ from setuptools import find_packages, setup
def get_version(filename):
with open(filename) as fh:
metadata = dict(re.findall("__([a-z]+)__ = '([^']+)'", fh.read()))
metadata = dict(re.findall("__([a-z]+)__ = \"([^']+)\"", fh.read()))
return metadata['version']
The note is not visible to the blocked user.