Merge pull request #920 from jlowin/small-example-fix

fix path in atproto example pyproject
This commit is contained in:
nate nowack 2025-06-23 02:29:01 -05:00 committed by GitHub
commit 8f6570f96c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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