We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f34148 commit e7c9934Copy full SHA for e7c9934
1 file changed
pyproject.toml
@@ -5,8 +5,7 @@ description = "A Model Context Protocol (MCP) server for mail-utils (mu) email i
5
authors = [{ name = "Daniel Fleischer" }]
6
requires-python = ">=3.10"
7
dependencies = ["mcp[cli]", "mcp-server"]
8
-license = "GPL3"
9
-license-files = ["LICENSE"]
+license = { file = "LICENSE" }
10
11
[tool.setuptools]
12
py-modules = ["mu-mcp"]
0 commit comments