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