run black on setup.py

pull/823/head
Josselin 4 years ago
parent ceb7478eed
commit 3f3855a28e
  1. 4
      setup.py

@ -14,9 +14,7 @@ setup(
# "crytic-compile>=0.1.13",
"crytic-compile",
],
dependency_links=[
"git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile"
],
dependency_links=["git+https://github.com/crytic/crytic-compile.git@master#egg=crytic-compile"],
license="AGPL-3.0",
long_description=open("README.md").read(),
entry_points={

Loading…
Cancel
Save