Merge pull request #124 from cerc-io/dboreham/fix-fixturenet-geth-build
Fix fixturenet container builds in shiv modepull/127/head
commit
32b4c00261
2
setup.py
2
setup.py
|
|
@ -20,7 +20,7 @@ setup(
|
||||||
python_requires='>=3.7',
|
python_requires='>=3.7',
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
# See: https://github.com/pypa/setuptools/issues/1806
|
# See: https://github.com/pypa/setuptools/issues/1806
|
||||||
package_data={'': ['data/*', 'data/*/*', 'data/*/*/*']},
|
package_data={'': ['data/*', 'data/*/*', 'data/*/*/*', 'data/*/*/*/*', 'data/*/*/*/*/*']},
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Programming Language :: Python :: 3.8",
|
"Programming Language :: Python :: 3.8",
|
||||||
"Operating System :: OS Independent",
|
"Operating System :: OS Independent",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue