-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
41 lines (39 loc) · 1.18 KB
/
pyproject.toml
File metadata and controls
41 lines (39 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[build-system]
requires = ["setuptools>=77.0.0"] # Updated to version that supports new license format
build-backend = "setuptools.build_meta"
[project]
name = "linkdapi"
version = "1.0.9"
description = "Python SDK for LinkdAPI - The best API for professional Data"
readme = "README.md"
authors = [{ name = "LinkdAPI", email = "support@linkdapi.com" }]
license = "MIT" # Simple SPDX identifier (replaces the table format)
keywords = [
"recruitment-tools",
"lead-generation",
"business-intelligence",
"data-extraction",
"reverse-lookup",
"contact-info",
"people-search",
"social-media-api",
"b2b-data",
"sales-intelligence"
]
classifiers = [
"Programming Language :: Python :: 3",
"Intended Audience :: Developers",
"Intended Audience :: Science/Research",
"Intended Audience :: Financial and Insurance Industry",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Office/Business",
"Topic :: Software Development :: Libraries",
]
requires-python = ">=3.10"
dependencies = [
"httpx>=0.28.1",
]
[project.urls]
Homepage = "https://linkdapi.com"
Documentation = "https://linkdapi.com/docs"
Repository = "https://github.com/linkdAPI/linkdapi-SDK"