Fine grained classifiers and repo urls

This commit is contained in:
2025-02-24 10:45:11 +00:00
parent 4ec58e3bb0
commit 7b59a454c6
2 changed files with 13 additions and 4 deletions

View File

@@ -13,14 +13,19 @@ dependencies = [
"airflow-mcp-server>=0.2.0"
]
classifiers = [
"Programming Language :: Python :: 3",
"Development Status :: 3 - Alpha",
"Environment :: Plugins",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.10",
]
license = "MIT"
license-files = ["LICEN[CS]E*"]
[project.urls]
repository = "https://github.com/abhishekbhakat/airflow-mcp-server"
GitHub = "https://github.com/abhishekbhakat/airflow-mcp-server"
Issues = "https://github.com/abhishekbhakat/airflow-mcp-server/issues"
[build-system]
requires = ["hatchling"]