-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
38 lines (32 loc) · 1.07 KB
/
Copy pathpyproject.toml
File metadata and controls
38 lines (32 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[project]
name = "ask-question-mcp"
version = "0.2.1"
description = "Stdio MCP desktop multiple-choice (Gtk/tk); works text-only, optional TTS/STT"
readme = "README.md"
requires-python = ">=3.12"
license = "GPL-3.0-or-later"
authors = [
{ name = "Dynamic Devices Ltd" },
{ name = "Alex Lennon", email = "alex.lennon@dynamicdevices.co.uk" },
]
dependencies = [
"mcp[cli]>=1.9.0",
"pywebview>=5.0",
]
[project.urls]
Homepage = "https://github.com/DynamicDevices/ask-question-mcp"
Issues = "https://github.com/DynamicDevices/ask-question-mcp/issues"
Repository = "https://github.com/DynamicDevices/ask-question-mcp"
[project.scripts]
ask-question-mcp = "ask_question_mcp.server:main"
ask-question-install = "ask_question_mcp.install:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/ask_question_mcp"]
[tool.hatch.build.targets.wheel.force-include]
"src/ask_question_mcp/assets" = "ask_question_mcp/assets"
"skills/ask-multiple-choice" = "ask_question_mcp/skills/ask-multiple-choice"
[tool.uv]
package = true