Skip to content

Commit b0f45b1

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

File tree

8 files changed

+2
-4
lines changed

8 files changed

+2
-4
lines changed

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@
99
author="Perfection Loveday",
1010
author_email="perfection@lighthouse.storage",
1111
url="https://github.com/lighthouse-web3/lighthouse-python-sdk",
12-
packages=find_packages("lighthouseweb3"),
12+
packages=find_packages("src"),
1313
install_requires=["requests"],
1414
python_requires=">=3.6",
1515
classifiers=[
16-
"Programming Language :: Python :: 3",
1716
"License :: OSI Approved :: MIT License",
1817
"Operating System :: OS Independent",
1918
"Intended Audience :: Developers",
@@ -23,7 +22,6 @@
2322
"Programming Language :: Python :: 3.8",
2423
"Programming Language :: Python :: 3.9",
2524
"Programming Language :: Python :: 3.10",
26-
"Programming Language :: Python :: 3 :: Only",
2725
],
2826
keywords="lighthouse storage sdk python filecoin ipfs web3 perpetual",
2927
long_description=(
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/test_deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import os
44
import unittest
5-
from lighthouseweb3 import Lighthouse
5+
from ..src.lighthouseweb3 import Lighthouse
66
from .setup import parse_env
77

88

0 commit comments

Comments
 (0)