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 e858628 commit 79e61aaCopy full SHA for 79e61aa
setup.py
@@ -3,12 +3,12 @@
3
from setuptools import setup, find_packages
4
5
setup(
6
- name="lighthouseweb3",
7
- version="0.0.7",
+ name="lighthouse-web3/Lighthouse-Python-SDK",
+ version="0.1.1",
8
license="GNU GENERAL PUBLIC LICENSE",
9
description="Lighthouse Python SDK",
10
- author="Ayobami Oki| Ravish Sharma | Perfection Loveday",
11
- author_email="ravish@lighthouse.storage",
+ author="Ravish Sharma | Ayobami Oki | Nandit Mehra",
+ author_email="nandit123@lighthouse.storage",
12
url="https://github.com/lighthouse-web3/lighthouse-python-sdk",
13
packages=find_packages("src"),
14
package_dir={"": "src"},
0 commit comments