Merge pull request #124 from cerc-io/dboreham/fix-fixturenet-geth-build

Fix fixturenet container builds in shiv mode
This commit is contained in:
David Boreham 2023-01-16 21:58:03 -07:00 committed by GitHub
commit 32b4c00261
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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