From 2f15208755c7fb63c20ab8b8bed5a456dbf585ee Mon Sep 17 00:00:00 2001 From: Kirill Dvoretskov <65371121+kiruxaspb@users.noreply.github.com> Date: Wed, 3 Apr 2024 18:48:12 +0300 Subject: [PATCH] Update setup.py --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 )