From 1b33c045e926a82ec5478b3dd1209f8be10e284b Mon Sep 17 00:00:00 2001 From: Cameron Schmidt Date: Fri, 21 Mar 2025 16:02:20 -0400 Subject: [PATCH] Remove some unnecessary/uncertain settings --- pyproject.toml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8399e05..e967164 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" \ No newline at end of file +splunk-mcp = "splunk_mcp:mcp.run"