Skip to content

Commit 8d6093a

Browse files
committed
Prepare to release
1 parent 2c86028 commit 8d6093a

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

setup.cfg

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
long_description = file: README.md
55
long_description_content_type = text/markdown
66
version = attr: ethereum.__version__
@@ -9,6 +9,12 @@ license_files =
99
LICENSE.md
1010
classifiers =
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]
1420
packages =
@@ -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

src/ethereum/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"""
1919
import sys
2020

21-
__version__ = "0.1.0"
21+
__version__ = "1.17.0rc6.dev1"
2222

2323
#
2424
# Ensure we can reach 1024 frames of recursion

0 commit comments

Comments
 (0)