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

@@ -18,14 +18,18 @@ dependencies = [
"pyyaml>=6.0.0", "pyyaml>=6.0.0",
] ]
classifiers = [ classifiers = [
"Programming Language :: Python :: 3", "Development Status :: 3 - Alpha",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.10",
] ]
license = "MIT" license = "MIT"
license-files = ["LICEN[CS]E*"] license-files = ["LICEN[CS]E*"]
[project.urls] [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"
[project.scripts] [project.scripts]
airflow-mcp-server = "airflow_mcp_server.__main__:main" airflow-mcp-server = "airflow_mcp_server.__main__:main"

View File

@@ -13,14 +13,19 @@ dependencies = [
"airflow-mcp-server>=0.2.0" "airflow-mcp-server>=0.2.0"
] ]
classifiers = [ classifiers = [
"Programming Language :: Python :: 3", "Development Status :: 3 - Alpha",
"Environment :: Plugins",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.10",
] ]
license = "MIT" license = "MIT"
license-files = ["LICEN[CS]E*"] license-files = ["LICEN[CS]E*"]
[project.urls] [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] [build-system]
requires = ["hatchling"] requires = ["hatchling"]