Black fix
This commit is contained in:
parent
d16423c343
commit
ca11de0a3a
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue