refactor(common): rename package option_mcp_common → mcp_common
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[project]
|
||||
name = "option-mcp-common"
|
||||
name = "mcp-common"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.11"
|
||||
dependencies = [
|
||||
@@ -20,4 +20,4 @@ requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/option_mcp_common"]
|
||||
packages = ["src/mcp_common"]
|
||||
|
||||
Reference in New Issue
Block a user