File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 11[metadata]
2- name = ethereum
3- description = Ethereum specification, provided as a Python package for tooling and testing
2+ name = ethereum-execution
3+ description = Ethereum execution layer specification, provided as a Python package for tooling and testing
44long_description = file: README.md
55long_description_content_type = text/markdown
66version = attr: ethereum.__version__
@@ -9,6 +9,12 @@ license_files =
99 LICENSE.md
1010classifiers =
1111 License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
12+ Programming Language :: Python :: 3
13+ Programming Language :: Python :: 3.10
14+ Programming Language :: Python :: Implementation :: PyPy
15+ Programming Language :: Python :: Implementation :: CPython
16+ Intended Audience :: Developers
17+ Natural Language :: English
1218
1319[options]
1420packages =
@@ -120,7 +126,7 @@ install_requires =
120126 pycryptodome>=3,<4
121127 coincurve>=20,<21
122128 typing_extensions>=4.2
123- py_ecc @ git+https://github.com/petertdavies/py_ecc.git@127184f4c57b1812da959586d0fe8f43bb1a2389
129+ py-ecc>=8.0.0b2,<9
124130 ethereum-types>=0.2.1,<0.3
125131 ethereum-rlp>=0.1.1,<0.2
126132
Original file line number Diff line number Diff line change 1818"""
1919import sys
2020
21- __version__ = "0.1.0 "
21+ __version__ = "1.17.0rc6.dev1 "
2222
2323#
2424# Ensure we can reach 1024 frames of recursion
You can’t perform that action at this time.
0 commit comments