Remove some unnecessary/uncertain settings
This commit is contained in:
@@ -2,25 +2,13 @@
|
|||||||
name = "splunk-mcp"
|
name = "splunk-mcp"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "A FastMCP tool for Splunk Enterprise/Cloud operations"
|
description = "A FastMCP tool for Splunk Enterprise/Cloud operations"
|
||||||
authors = [
|
|
||||||
{ name = "Your Name", email = "your.email@example.com" }
|
|
||||||
]
|
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
license = { text = "MIT" }
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"fastmcp>=0.1.0",
|
"fastmcp>=0.1.0",
|
||||||
"splunk-sdk>=1.7.4",
|
"splunk-sdk>=1.7.4",
|
||||||
"python-decouple>=3.8",
|
"python-decouple>=3.8",
|
||||||
]
|
]
|
||||||
classifiers = [
|
|
||||||
"Development Status :: 3 - Alpha",
|
|
||||||
"Intended Audience :: Developers",
|
|
||||||
"Programming Language :: Python :: 3",
|
|
||||||
"Programming Language :: Python :: 3.10",
|
|
||||||
"Programming Language :: Python :: 3.11",
|
|
||||||
"Topic :: Software Development :: Libraries :: Python Modules",
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
@@ -50,4 +38,4 @@ requires = ["poetry-core"]
|
|||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
splunk-mcp = "splunk_mcp:mcp.run"
|
splunk-mcp = "splunk_mcp:mcp.run"
|
||||||
|
|||||||
Reference in New Issue
Block a user