Skip to content

Commit b201751

Browse files
authored
Merge pull request #186 from yungwine/mytonctrl2_dev
add recursive package_data for contracts
2 parents 42dafd4 + 679879b commit b201751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
package_data={
2525
'mytoninstaller.scripts': ['*.sh'],
2626
'mytoncore': [
27-
'contracts/*',
27+
'contracts/**/*',
2828
'complaints/*'
2929
],
3030
'mytonctrl': [

0 commit comments

Comments
 (0)