File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 2
2
name = eth1spec
3
3
description = Ethereum specification, provided as a Python package for tooling
4
4
and testing
5
+ long_description = file: README.md
6
+ long_description_content_type = text/markdown
5
7
version = 0.1.0
6
8
url = https://github.com/ethereum/eth1.0-specs
9
+ license_files =
10
+ LICENSE.md
11
+ classifiers =
12
+ License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
7
13
8
14
[options]
9
15
packages = eth1spec, eth1spec/evm
Original file line number Diff line number Diff line change 1
- import pathlib
2
-
3
1
import setuptools
4
2
5
- here = pathlib .Path (__file__ ).parent .resolve ()
6
-
7
- long_description = (here / "README.md" ).read_text (encoding = "utf-8" )
8
-
9
- setuptools .setup (
10
- long_description = long_description ,
11
- long_description_content_type = "text/markdown" ,
12
- )
3
+ setuptools .setup ()
You can’t perform that action at this time.
0 commit comments