Skip to content

Commit f6c53e6

Browse files
committed
fix: change build target
1 parent d236246 commit f6c53e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-server-apache-airflow"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "Model Context Protocol (MCP) server for Apache Airflow"
55
authors = [
66
{ name = "Gyeongmo Yang", email = "[email protected]" }
@@ -42,7 +42,7 @@ requires = ["hatchling"]
4242
build-backend = "hatchling.build"
4343

4444
[project.scripts]
45-
mcp-server-apache-airflow = "server:main"
45+
mcp-server-apache-airflow = "src.main:main"
4646

4747
[tool.hatch.build.targets.wheel]
4848
packages = ["src"]

0 commit comments

Comments
 (0)