Fix pyspec package structure

This commit is contained in:
protolambda 2019-03-28 22:04:51 +08:00
parent ec4d41e15d
commit 3f6d6535ad
No known key found for this signature in database
GPG Key ID: EC89FDBB2B4C7623
4 changed files with 4 additions and 1693 deletions

3
.gitignore vendored
View File

@ -10,3 +10,6 @@ output/
yaml_tests/
.pytest_cache
# Dynamically built from Markdown spec
test_libs/pyspec/eth2/phase0/spec.py

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@ from distutils.core import setup
setup(
name='pyspec',
version='1.0',
packages=['eth2'],
packages=['eth2.debug', 'eth2.phase0', 'eth2.utils'],
install_requires=[
"eth-utils>=1.3.0,<2",
"eth-typing>=2.1.0,<3.0.0",