Skip to content

Commit e4d04f1

Browse files
authored
Fill name and email in pyproject.toml
1 parent 5ebf8df commit e4d04f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
requires-python = ">=3.10"
1111
license = "MIT"
1212
authors = [
13-
{ name = "Your Name", email = "your.email@example.com" }
13+
{ name = "Keboola", email = "support@keboola.com" }
1414
]
1515
dependencies = [
1616
"mcp[cli] ~= 1.6",

0 commit comments

Comments
 (0)