diff --git a/setup.py b/setup.py index fab5705..d145433 100644 --- a/setup.py +++ b/setup.py @@ -26,5 +26,6 @@ python_requires='>=3.10', install_requires=[ 'web3==6.11.1', - ] + ], + include_package_data=True )