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

Skip to content

Commit 11181af

Browse files
committed
Added configs to manifest
1 parent 8dcd34b commit 11181af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include etherscan/configs/stable.json

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@
1313
"etherscan.enums",
1414
"etherscan.modules",
1515
"etherscan.utils",
16-
"configs",
1716
],
1817
install_requires=["requests", "coverage"],
19-
package_data={"configs": ["*"]},
18+
include_package_data=True,
2019
zip_safe=False,
2120
)

0 commit comments

Comments
 (0)