Rename PyPI package to mcspeak, add mcspeak script entry point

This commit is contained in:
Ryan Malloy 2026-03-04 19:42:17 -07:00
parent 359536199b
commit d3aaac2042

View File

@ -3,7 +3,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build" build-backend = "hatchling.build"
[project] [project]
name = "tts-mcp" name = "mcspeak"
version = "2026.03.04" version = "2026.03.04"
description = "Multi-engine TTS server with speech queue, exposed via FastMCP 3.0 Streamable HTTP" description = "Multi-engine TTS server with speech queue, exposed via FastMCP 3.0 Streamable HTTP"
requires-python = ">=3.12" requires-python = ">=3.12"
@ -23,6 +23,7 @@ dependencies = [
] ]
[project.scripts] [project.scripts]
mcspeak = "tts_mcp.__main__:main"
tts-mcp = "tts_mcp.__main__:main" tts-mcp = "tts_mcp.__main__:main"
[tool.hatch.build.targets.wheel] [tool.hatch.build.targets.wheel]