Skip to content

Commit dd8e6d6

Browse files
committed
Fix pyproject.toml: valid SPDX license, dependency format, URLs
1 parent 12f331f commit dd8e6d6

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

pyproject.toml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
[project]
22
name = "mixpeek"
33
version = "0.81.0"
4-
description = "Mixpeek API"
4+
description = "Mixpeek API - Multimodal search and data processing SDK"
55
authors = [
6-
{name = "Mixpeek Support",email = "info@mixpeek.com"},
6+
{name = "Mixpeek Support", email = "info@mixpeek.com"},
77
]
8-
license = "NoLicense"
8+
license = "MIT"
99
readme = "README.md"
10-
keywords = ["OpenAPI", "OpenAPI-Generator", "Mixpeek API"]
10+
keywords = ["OpenAPI", "Mixpeek", "multimodal", "search", "AI", "SDK"]
1111
requires-python = ">=3.9"
1212

1313
dependencies = [
14-
"urllib3 (>=2.1.0,<3.0.0)",
15-
"python-dateutil (>=2.8.2)",
16-
"pydantic (>=2)",
17-
"typing-extensions (>=4.7.1)"
14+
"urllib3>=2.1.0,<3.0.0",
15+
"python-dateutil>=2.8.2",
16+
"pydantic>=2",
17+
"typing-extensions>=4.7.1"
1818
]
1919

2020
[project.urls]
21-
Repository = "https://github.com/GIT_USER_ID/GIT_REPO_ID"
21+
Homepage = "https://mixpeek.com"
22+
Documentation = "https://docs.mixpeek.com"
23+
Repository = "https://github.com/mixpeek/python-sdk"
2224

2325
[tool.poetry]
2426
requires-poetry = ">=2.0"

0 commit comments

Comments
 (0)