Skip to content

Commit

Permalink
Merge pull request humanprotocol#221 from hCaptcha/fix/dist
Browse files Browse the repository at this point in the history
Reformat with black
  • Loading branch information
uivlis authored Aug 4, 2020
2 parents 7a5785b + 8797a73 commit 8174b47
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="hmt-escrow",
version="0.8.7",
version="0.8.8",
author="HUMAN Protocol",
description="A python library to launch escrow contracts to the HUMAN network.",
url="https://github.com/hCaptcha/hmt-escrow",
Expand All @@ -14,8 +14,5 @@
"Programming Language :: Python",
],
packages=setuptools.find_packages() + ["contracts", "migrations"],
install_requires=[
"hmt-basemodels",
"boto3",
],
install_requires=["hmt-basemodels", "boto3"],
)

0 comments on commit 8174b47

Please sign in to comment.