commit 2e705e19e104c6661eef36b2fbc27e2d24fc9ca8
parent 7d5bed6ee3b92db0b9238677a8c1461ad6f36f41
Author: nolash <dev@holbrook.no>
Date: Wed, 9 Dec 2020 14:41:39 +0100
Add solidity abi bin data files
Diffstat:
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/python/MANIFEST.in b/python/MANIFEST.in
@@ -0,0 +1 @@
+include **/*.abi.json
diff --git a/python/setup.cfg b/python/setup.cfg
@@ -21,8 +21,10 @@ licence_files =
LICENSE
[options]
+include_package_data = True
python_requires = >= 3.6
packages =
+ erc20_approval_escrow
erc20_approval_escrow.runnable
install_requires =
web3==5.12.2
@@ -35,6 +37,11 @@ testing =
eth-tester==0.5.0b2
py-evm==0.3.0a20
+[options.package_data]
+* =
+ data/ERC20ApprovalEscrow.abi.json
+ data/ERC20ApprovalEscrow.bin
+
[options.entry_points]
console_scripts =
erc20-approval-escrow-deploy = erc20_approval_escrow.runnable.deploy:main