Simplified, improved default dashboard for mainnet-eth-metrics. #536

Merged
telackey merged 5 commits from telackey/dash into main 2023-09-20 01:29:08 +00:00
Showing only changes of commit 627f595712 - Show all commits

View File

@ -19,8 +19,7 @@ setup(
install_requires=[requirements],
python_requires='>=3.7',
include_package_data=True,
# See: https://github.com/pypa/setuptools/issues/1806
package_data={'': ['data/*', 'data/*/*', 'data/*/*/*', 'data/*/*/*/*', 'data/*/*/*/*/*']},
package_data={'': ['data/**']},
classifiers=[
"Programming Language :: Python :: 3.8",
"Operating System :: OS Independent",