Skip to content

Commit 679879b

Browse files
committed
add recursive package_data for contracts
1 parent ecf0fe9 commit 679879b

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)