Improvised packaging

This commit is contained in:
2025-02-24 10:39:16 +00:00
parent beb5cfc092
commit 9f3290a59f
6 changed files with 59 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
name = "airflow-wingman"
version = "0.1.0"
description = "Airflow plugin to enable LLMs chat"
readme = "README.md"
requires-python = ">=3.11"
authors = [
{name = "Abhishek Bhakat", email = "abhishek.bhakat@hotmail.com"}
@@ -11,6 +12,12 @@ dependencies = [
"apache-airflow>=2.10.0",
"airflow-mcp-server>=0.2.0"
]
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
license = "MIT"
license-files = ["LICEN[CS]E*"]
[project.urls]
repository = "https://github.com/abhishekbhakat/airflow-mcp-server"