Skip to content

Commit 912caa9

Browse files
committed
fix: add missing import and rename
1 parent 4683545 commit 912caa9

File tree

2 files changed

+356
-394
lines changed

2 files changed

+356
-394
lines changed

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[project]
2-
name = "linkup-python-sdk"
3-
version = "0.1.0"
2+
name = "linkup-sdk"
3+
version = "0.2.8"
44
description = "A Python Client SDK for the Linkup API"
55
readme = "README.md"
66
requires-python = ">=3.9"
77
authors = [
88
{ name = "LINKUP TECHNOLOGIES", email = "[email protected]" }
99
]
1010
keywords = ["linkup", "api", "sdk", "client", "search"]
11+
license = "MIT"
1112

1213
classifiers = [
1314
"Intended Audience :: Developers",
1415
"Topic :: Software Development :: Libraries :: Python Modules",
15-
"License :: OSI Approved :: MIT License",
1616
"Operating System :: OS Independent"
1717
]
1818

@@ -22,6 +22,7 @@ dependencies = [
2222
]
2323

2424
[project.urls]
25+
Homepage = "https://github.com/LinkupPlatform/linkup-python-sdk"
2526
Documentation = "https://github.com/LinkupPlatform/linkup-python-sdk#readme"
2627
Source = "https://github.com/LinkupPlatform/linkup-python-sdk"
2728
Tracker = "https://github.com/LinkupPlatform/linkup-python-sdk/issues"
@@ -34,9 +35,7 @@ dev = [
3435
"pytest-asyncio>=1.0.0",
3536
"pytest-cov>=6.2.1",
3637
"pytest-mock>=3.14.1",
37-
"pytest-socket>=0.7.0",
38-
"ruff>=0.8.0",
39-
"types-setuptools>=80.9.0"
38+
"pytest-socket>=0.7.0"
4039
]
4140

4241
[tool.setuptools.packages.find]

0 commit comments

Comments
 (0)