Skip to content

Commit caf7c93

Browse files
committed
description and project.urls
1 parent c29a36a commit caf7c93

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "claude-code-publish"
33
version = "0.1"
4-
description = "Add your description here"
4+
description = "Convert a Claude Code for web session.json to HTML"
55
readme = "README.md"
66
license = "Apache-2.0"
77
authors = [
@@ -10,6 +10,12 @@ authors = [
1010
requires-python = ">=3.10"
1111
dependencies = ["markdown"]
1212

13+
[project.urls]
14+
Homepage = "https://github.com/simonw/claude-code-publish"
15+
Changelog = "https://github.com/simonw/claude-code-publish/releases"
16+
Issues = "https://github.com/simonw/claude-code-publish/issues"
17+
CI = "https://github.com/simonw/claude-code-publish/actions"
18+
1319
[project.scripts]
1420
claude-code-publish = "claude_code_publish:main"
1521

0 commit comments

Comments
 (0)