22name = " kagan"
33version = " 0.1.0-beta.1"
44description = " AI-powered Kanban TUI for autonomous development workflows"
5+ readme = " README.md"
6+ license = " MIT"
7+ authors = [
8+ { name = " Altynbek Orumbayev" , email = " altynbek.orumbayev@makerx.com.au" }
9+ ]
10+ keywords = [" kanban" , " tui" , " terminal" , " ai" , " textual" , " project-management" , " autonomous" ]
11+ classifiers = [
12+ " Development Status :: 3 - Alpha" ,
13+ " Environment :: Console" ,
14+ " Intended Audience :: Developers" ,
15+ " License :: OSI Approved :: MIT License" ,
16+ " Operating System :: OS Independent" ,
17+ " Programming Language :: Python :: 3" ,
18+ " Programming Language :: Python :: 3.12" ,
19+ " Topic :: Software Development" ,
20+ " Topic :: Software Development :: Libraries :: Python Modules" ,
21+ " Topic :: Terminals" ,
22+ " Topic :: Utilities" ,
23+ " Typing :: Typed" ,
24+ ]
525requires-python = " >=3.12"
626dependencies = [
727 " textual>=7.0.0" ,
@@ -17,6 +37,13 @@ dependencies = [
1737[project .scripts ]
1838kagan = " kagan.__main__:cli"
1939
40+ [project .urls ]
41+ Homepage = " https://kagan.sh"
42+ Documentation = " https://docs.kagan.sh"
43+ Repository = " https://github.com/aorumbayev/kagan"
44+ Issues = " https://github.com/aorumbayev/kagan/issues"
45+ Changelog = " https://github.com/aorumbayev/kagan/blob/main/CHANGELOG.md"
46+
2047[build-system ]
2148requires = [" hatchling" ]
2249build-backend = " hatchling.build"
0 commit comments