Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 534e6e2

Browse files
author
Kotsias, Panagiotis-Christos
committed
Added submodules
1 parent 28fc10d commit 534e6e2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

setup.py

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,14 @@
88
author="Panagiotis-Christos Kotsias",
99
author_email="[email protected]",
1010
license="MIT",
11-
packages=["etherscan"],
11+
packages=[
12+
"etherscan",
13+
"etherscan.enums",
14+
"etherscan.modules",
15+
"etherscan.utils",
16+
"configs",
17+
],
18+
package_data={"configs": ["*"]},
1219
install_requires=["requests", "coverage"],
1320
zip_safe=False,
1421
)

0 commit comments

Comments
 (0)