refactor setup.py with black

pull/824/head
Nikhil Parasaram 6 years ago
parent 5be2f0eea7
commit 0b9144c4fc
  1. 3
      setup.py

@ -24,7 +24,8 @@ VERSION = None
version_path = (Path(__file__).parent / "mythril" / "version.py").absolute()
exec(open(str(version_path), "r").read())
VERSION='v0.19.11'
VERSION = "v0.19.11"
class VerifyVersionCommand(install):
"""Custom command to verify that the git tag matches our version"""

Loading…
Cancel
Save