File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.11"
4
4
description = " CLI for MCP Client for Ollama - An easy-to-use command for interacting with Ollama through MCP"
5
5
readme = " README.md"
6
6
requires-python = " >=3.10"
7
- license = { text = " MIT" }
7
+ license = " MIT"
8
8
authors = [
9
9
{name = " Jonathan Löwenstern" }
10
10
]
@@ -22,3 +22,6 @@ build-backend = "setuptools.build_meta"
22
22
[project .urls ]
23
23
Homepage = " https://github.com/jonigl/mcp-client-for-ollama"
24
24
Issues = " https://github.com/jonigl/mcp-client-for-ollama/issues"
25
+
26
+ [tool .setuptools ]
27
+ packages = [" ollmcp" ]
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = "0.1.11"
4
4
description = " MCP Client for Ollama - A client for connecting to Model Context Protocol servers using Ollama"
5
5
readme = " README.md"
6
6
requires-python = " >=3.10"
7
- license = { text = " MIT" }
7
+ license = " MIT"
8
8
authors = [
9
9
{name = " Jonathan Löwenstern" }
10
10
]
@@ -29,3 +29,6 @@ build-backend = "setuptools.build_meta"
29
29
[project .urls ]
30
30
Homepage = " https://github.com/jonigl/mcp-client-for-ollama"
31
31
Issues = " https://github.com/jonigl/mcp-client-for-ollama/issues"
32
+
33
+ [tool .setuptools ]
34
+ packages = [" mcp_client_for_ollama" ]
You can’t perform that action at this time.
0 commit comments