Remove some unnecessary/uncertain settings

This commit is contained in:
Cameron Schmidt
2025-03-21 16:02:20 -04:00
parent 0dc0390d6c
commit 1b33c045e9

View File

@@ -2,25 +2,13 @@
name = "splunk-mcp"
version = "0.1.0"
description = "A FastMCP tool for Splunk Enterprise/Cloud operations"
authors = [
{ name = "Your Name", email = "your.email@example.com" }
]
readme = "README.md"
requires-python = ">=3.10"
license = { text = "MIT" }
dependencies = [
"fastmcp>=0.1.0",
"splunk-sdk>=1.7.4",
"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]
@@ -50,4 +38,4 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
splunk-mcp = "splunk_mcp:mcp.run"
splunk-mcp = "splunk_mcp:mcp.run"