Skip to content

Commit 6fc2add

Browse files
committed
ci: completed setup.py for deploying package to PyPI
1 parent b0f45b1 commit 6fc2add

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44

55
setup(
66
name="lighthouseweb3",
7-
version="0.0.4",
7+
version="0.0.6",
8+
license="GNU GENERAL PUBLIC LICENSE",
89
description="Lighthouse Python SDK",
910
author="Perfection Loveday",
1011
author_email="perfection@lighthouse.storage",
1112
url="https://github.com/lighthouse-web3/lighthouse-python-sdk",
1213
packages=find_packages("src"),
14+
package_dir={"": "src"},
1315
install_requires=["requests"],
1416
python_requires=">=3.6",
1517
classifiers=[

src/lighthouseweb3/functions/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)