Skip to content

Commit

Permalink
update setup
Browse files Browse the repository at this point in the history
  • Loading branch information
larsyngvelundin committed Oct 29, 2023
1 parent 99dddfa commit 793fc38
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file added __init__.py
Empty file.
Binary file modified dist/web3_balancer-0.1.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
author='Lars Lundin',
author_email='[email protected]',
url='https://github.com/larsyngvelundin/web3-balancer/',
py_modules=['main'],
py_modules=['main', "__init__"],
install_requires=[
'web3',
'loguru',
],
)
)

0 comments on commit 793fc38

Please sign in to comment.