Skip to content

Commit c39a1ba

Browse files
authored
Merge pull request #190 from google/packaging_bug
fix: Add setuptools package discovery configuration to pyproject.toml
2 parents e8eb0b3 + 5e1bfa8 commit c39a1ba

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

server/secops/pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "google-secops-mcp"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Google SecOps MCP server"
55
readme = "README.md"
66
requires-python = ">=3.11"
@@ -43,3 +43,7 @@ secops_mcp = "secops_mcp.server:main"
4343
[build-system]
4444
requires = ["setuptools>=61.0"]
4545
build-backend = "setuptools.build_meta"
46+
47+
[tool.setuptools.packages.find]
48+
where = ["."]
49+
include = ["secops_mcp*"]

0 commit comments

Comments
 (0)