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 8dcd34b commit 11181afCopy full SHA for 11181af
MANIFEST.in
@@ -0,0 +1 @@
1
+include etherscan/configs/stable.json
setup.py
@@ -13,9 +13,8 @@
13
"etherscan.enums",
14
"etherscan.modules",
15
"etherscan.utils",
16
- "configs",
17
],
18
install_requires=["requests", "coverage"],
19
- package_data={"configs": ["*"]},
+ include_package_data=True,
20
zip_safe=False,
21
)
0 commit comments