diff --git a/setup.py b/setup.py index 5074a173..4a464576 100644 --- a/setup.py +++ b/setup.py @@ -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", @@ -14,8 +14,5 @@ "Programming Language :: Python", ], packages=setuptools.find_packages() + ["contracts", "migrations"], - install_requires=[ - "hmt-basemodels", - "boto3", - ], + install_requires=["hmt-basemodels", "boto3"], )