Black fix
This commit is contained in:
parent
d16423c343
commit
ca11de0a3a
2
setup.py
2
setup.py
|
@ -7,7 +7,7 @@ with open("README.md") as f:
|
||||||
version_dict = {}
|
version_dict = {}
|
||||||
with open("pylast/version.py") as f:
|
with open("pylast/version.py") as f:
|
||||||
exec(f.read(), version_dict)
|
exec(f.read(), version_dict)
|
||||||
version = version_dict['__version__']
|
version = version_dict["__version__"]
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pylast",
|
name="pylast",
|
||||||
|
|
Loading…
Reference in a new issue