Skip to content

Commit 34c26dc

Browse files
author
Tom Softreck
committed
chore: Update project metadata and URLs
1 parent 12098ae commit 34c26dc

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

pyproject.toml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,7 @@ authors = [
1414
maintainers = [
1515
{name = "TaskProvision Team", email = "info@softreck.dev"}
1616
]
17-
18-
[project.urls]
19-
Homepage = "https://github.com/taskprovision/www"
20-
Documentation = "https://github.com/taskprovision/python/docs"
21-
Repository = "https://github.com/taskprovision/python"
22-
Changelog = "https://github.com/taskprovision/python/blob/main/CHANGELOG.md"
23-
Tracker = "https://github.com/taskprovision/python/issues"
17+
requires-python = ">=3.8"
2418
classifiers = [
2519
"Development Status :: 4 - Beta",
2620
"Intended Audience :: Developers",
@@ -44,7 +38,15 @@ keywords = [
4438
"quality-assurance", "task-management", "llm", "fastapi",
4539
"kubernetes", "devops", "productivity", "sales-automation"
4640
]
47-
requires-python = ">=3.8"
41+
42+
[project.urls]
43+
Homepage = "https://github.com/taskprovision/www"
44+
Documentation = "https://taskprovision.readthedocs.io/"
45+
Repository = "https://github.com/taskprovision/python"
46+
Changelog = "https://github.com/taskprovision/python/blob/main/CHANGELOG.md"
47+
Tracker = "https://github.com/taskprovision/python/issues"
48+
Source = "https://github.com/taskprovision/python"
49+
Download = "https://pypi.org/project/taskprovision/"
4850

4951
[tool.poetry]
5052
name = "taskprovision"

0 commit comments

Comments
 (0)