We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c29a36a commit caf7c93Copy full SHA for caf7c93
pyproject.toml
@@ -1,7 +1,7 @@
1
[project]
2
name = "claude-code-publish"
3
version = "0.1"
4
-description = "Add your description here"
+description = "Convert a Claude Code for web session.json to HTML"
5
readme = "README.md"
6
license = "Apache-2.0"
7
authors = [
@@ -10,6 +10,12 @@ authors = [
10
requires-python = ">=3.10"
11
dependencies = ["markdown"]
12
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
+
19
[project.scripts]
20
claude-code-publish = "claude_code_publish:main"
21
0 commit comments