Skip to content

Commit d7fed8b

Browse files
committed
[main] fixing pyproject.toml format
1 parent 2aed967 commit d7fed8b

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

cli-package/pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.11"
44
description = "CLI for MCP Client for Ollama - An easy-to-use command for interacting with Ollama through MCP"
55
readme = "README.md"
66
requires-python = ">=3.10"
7-
license = {text = "MIT"}
7+
license = "MIT"
88
authors = [
99
{name = "Jonathan Löwenstern"}
1010
]
@@ -22,3 +22,6 @@ build-backend = "setuptools.build_meta"
2222
[project.urls]
2323
Homepage = "https://github.com/jonigl/mcp-client-for-ollama"
2424
Issues = "https://github.com/jonigl/mcp-client-for-ollama/issues"
25+
26+
[tool.setuptools]
27+
packages = ["ollmcp"]

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.11"
44
description = "MCP Client for Ollama - A client for connecting to Model Context Protocol servers using Ollama"
55
readme = "README.md"
66
requires-python = ">=3.10"
7-
license = {text = "MIT"}
7+
license = "MIT"
88
authors = [
99
{name = "Jonathan Löwenstern"}
1010
]
@@ -29,3 +29,6 @@ build-backend = "setuptools.build_meta"
2929
[project.urls]
3030
Homepage = "https://github.com/jonigl/mcp-client-for-ollama"
3131
Issues = "https://github.com/jonigl/mcp-client-for-ollama/issues"
32+
33+
[tool.setuptools]
34+
packages = ["mcp_client_for_ollama"]

0 commit comments

Comments
 (0)