Skip to content

Commit f6a82bc

Browse files
committed
fix: fix missing readme on pyproject
1 parent 6ffcd0f commit f6a82bc

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22
name = "kagan"
33
version = "0.1.0-beta.1"
44
description = "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+
]
525
requires-python = ">=3.12"
626
dependencies = [
727
"textual>=7.0.0",
@@ -17,6 +37,13 @@ dependencies = [
1737
[project.scripts]
1838
kagan = "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]
2148
requires = ["hatchling"]
2249
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)