From 679879b9c113e7a4e2cad26211286d8130c54f8f Mon Sep 17 00:00:00 2001 From: yungwine Date: Thu, 22 Feb 2024 20:50:27 +0700 Subject: [PATCH] add recursive package_data for contracts --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 26b16bd4..1d991cca 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ package_data={ 'mytoninstaller.scripts': ['*.sh'], 'mytoncore': [ - 'contracts/*', + 'contracts/**/*', 'complaints/*' ], 'mytonctrl': [