fix path in atproto example pyproject

This commit is contained in:
zzstoatzz 2025-06-23 02:27:08 -05:00
commit e42f9fec7f

View file

@ -24,4 +24,4 @@ build-backend = "hatchling.build"
allow-direct-references = true
[tool.uv.sources]
fastmcp = { workspace = true }
fastmcp = { path = "../../../fastmcp" }