Fine grained classifiers and repo urls
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user