Add metapackage metadata stub to restore flit builds (#1043)

This commit is contained in:
Evan Mattson
2025-10-01 16:20:33 +09:00
committed by GitHub
Unverified
parent b88143b686
commit 34e03d1e5c
2 changed files with 34 additions and 0 deletions
+3
View File
@@ -261,6 +261,9 @@ where = ["packages"]
include = ["agent_framework**"]
namespaces = true
[tool.flit.module]
name = "agent_framework_meta"
[build-system]
requires = ["flit-core >= 3.11,<4.0"]
build-backend = "flit_core.buildapi"