Fix pyspec package structure
This commit is contained in:
parent
ec4d41e15d
commit
3f6d6535ad
|
@ -10,3 +10,6 @@ output/
|
||||||
|
|
||||||
yaml_tests/
|
yaml_tests/
|
||||||
.pytest_cache
|
.pytest_cache
|
||||||
|
|
||||||
|
# Dynamically built from Markdown spec
|
||||||
|
test_libs/pyspec/eth2/phase0/spec.py
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -3,7 +3,7 @@ from distutils.core import setup
|
||||||
setup(
|
setup(
|
||||||
name='pyspec',
|
name='pyspec',
|
||||||
version='1.0',
|
version='1.0',
|
||||||
packages=['eth2'],
|
packages=['eth2.debug', 'eth2.phase0', 'eth2.utils'],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"eth-utils>=1.3.0,<2",
|
"eth-utils>=1.3.0,<2",
|
||||||
"eth-typing>=2.1.0,<3.0.0",
|
"eth-typing>=2.1.0,<3.0.0",
|
||||||
|
|
Loading…
Reference in New Issue