Merge branch 'main' of https://github.com/BeehiveInnovations/zen-mcp-server
This commit is contained in:
@@ -12,7 +12,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
include = ["tools*", "providers*", "systemprompts*", "utils*"]
|
||||
include = ["tools*", "providers*", "systemprompts*", "utils*", "conf*"]
|
||||
|
||||
[tool.setuptools]
|
||||
py-modules = ["server", "config"]
|
||||
@@ -39,6 +39,7 @@ extend-exclude = '''
|
||||
| \.mypy_cache
|
||||
| \.tox
|
||||
| \.venv
|
||||
| \.zen_venv
|
||||
| venv
|
||||
| _build
|
||||
| buck-out
|
||||
|
||||
Reference in New Issue
Block a user