@@ -14,13 +14,7 @@ authors = [
1414maintainers = [
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"
2418classifiers = [
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 ]
5052name = " taskprovision"
0 commit comments