Skip to content

Commit 058555f

Browse files
authored
Merge pull request #10 from LambdaTest/stage
Valid home address
2 parents f264701 + 31cdc74 commit 058555f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

selenium/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
description="Python Selenium SDK for testing with Smart UI",
88
long_description=open('README.md').read(),
99
long_description_content_type="text/markdown",
10-
url="git+https://github.com/LambdaTest/lambdatest-python-sdk",
10+
url="https://github.com/LambdaTest/lambdatest-python-sdk",
1111
keywords="lambdatest python selenium sdk",
1212
packages=find_packages(),
1313
license="MIT",

utils/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
description="SDK utils",
99
long_description="SDK utils for lambdatest",
1010
long_description_content_type="text/markdown",
11-
url="git+https://github.com/LambdaTest/lambdatest-python-sdk",
11+
url="https://github.com/LambdaTest/lambdatest-python-sdk",
1212
keywords="lambdatest python selenium sdk",
1313
packages=find_packages(),
1414
license="MIT",

0 commit comments

Comments
 (0)