Skip to content

Commit 046818d

Browse files
committed
chore: add MIT license meta-data
1 parent b573ae8 commit 046818d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[project]
22
name = "python-claude"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Python hooks for Claude Code"
55
authors = [{name = "CVector", email = "support@cvector.com"}]
66
readme = "README.md"
77
requires-python = ">=3.10"
88
dependencies = []
9+
license = "MIT"
910

1011
[project.scripts]
1112
python-claude = "python_claude.cli:main"

0 commit comments

Comments
 (0)