Skip to content

Commit 7de36e4

Browse files
committed
hopfully fixed file locality so it can be used as package
1 parent 54ecdc1 commit 7de36e4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"Operating System :: Microsoft :: Windows",
2929
],
3030
package_data={
31-
'': ['*.abi', '*.bytecode'], # Include all .abi and .bytecode files from any directory
31+
# Ensure this path reflects the structure inside your package
32+
'IceCreamSwapWeb3': ['abi/*.abi', 'bytecode/*.bytecode'],
3233
},
3334
)

0 commit comments

Comments
 (0)