Black fix

This commit is contained in:
Hugo 2018-06-09 09:44:59 +03:00
parent d16423c343
commit ca11de0a3a

View file

@ -7,7 +7,7 @@ with open("README.md") as f:
version_dict = {}
with open("pylast/version.py") as f:
exec(f.read(), version_dict)
version = version_dict['__version__']
version = version_dict["__version__"]
setup(
name="pylast",