Skip to content

Commit 5cdba08

Browse files
committed
ci: rename module into lighthouseweb3
1 parent edb51b5 commit 5cdba08

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
@@ -1,4 +1,5 @@
11
#!/usr/bin/env python3
2+
import pathlib
23
from setuptools import setup, find_packages
34

45
setup(
@@ -25,4 +26,7 @@
2526
"Programming Language :: Python :: 3 :: Only",
2627
],
2728
keywords="lighthouse storage sdk python filecoin ipfs web3 perpetual",
29+
long_description=(
30+
(pathlib.Path(__file__).parent.resolve()) / "README.md"
31+
).read_text(encoding="utf-8"),
2832
)

0 commit comments

Comments
 (0)