We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fc10d commit 534e6e2Copy full SHA for 534e6e2
setup.py
@@ -8,7 +8,14 @@
8
author="Panagiotis-Christos Kotsias",
9
author_email="kotsias.pan@gmail.com",
10
license="MIT",
11
- packages=["etherscan"],
+ packages=[
12
+ "etherscan",
13
+ "etherscan.enums",
14
+ "etherscan.modules",
15
+ "etherscan.utils",
16
+ "configs",
17
+ ],
18
+ package_data={"configs": ["*"]},
19
install_requires=["requests", "coverage"],
20
zip_safe=False,
21
)
0 commit comments