Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit b4a7bf6

Browse files
committed
readme in pkg long_description
1 parent 1968750 commit b4a7bf6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ def run_tests(self):
2121
errno = pytest.main(self.pytest_args)
2222
sys.exit(errno)
2323

24+
with open('README.rst') as readme_file:
25+
readme = readme_file.read()
26+
2427

2528
console_scripts = []
2629

@@ -38,6 +41,7 @@ def run_tests(self):
3841
setup(name="ethereum",
3942
packages=find_packages("."),
4043
description='Next generation cryptocurrency network',
44+
long_description=readme,
4145
url='https://github.com/ethereum/pyethereum/',
4246
install_requires=install_requires,
4347
entry_points=dict(console_scripts=console_scripts),

0 commit comments

Comments
 (0)