Skip to content

Commit b9b05eb

Browse files
committed
add: add authors in pyproject.toml
1 parent 508e13d commit b9b05eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name = "stata-mcp"
33
version = "2.0.0"
44
description = "Let LLM help you achieve your regression analysis with Stata"
55
readme = "README.md"
6+
authors = [
7+
{ name = "SongTan", email = "[email protected]" }
8+
]
69
requires-python = ">=3.11"
710
license = {text = "Apache-2.0"}
811
dependencies = [

0 commit comments

Comments
 (0)