We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f45b1 commit 6fc2addCopy full SHA for 6fc2add
setup.py
@@ -4,12 +4,14 @@
4
5
setup(
6
name="lighthouseweb3",
7
- version="0.0.4",
+ version="0.0.6",
8
+ license="GNU GENERAL PUBLIC LICENSE",
9
description="Lighthouse Python SDK",
10
author="Perfection Loveday",
11
author_email="perfection@lighthouse.storage",
12
url="https://github.com/lighthouse-web3/lighthouse-python-sdk",
13
packages=find_packages("src"),
14
+ package_dir={"": "src"},
15
install_requires=["requests"],
16
python_requires=">=3.6",
17
classifiers=[
src/lighthouseweb3/functions/__init__.py
0 commit comments