[project] name = "deerflow-extension-bookmarks" version = "0.1.0" description = "Pi-inspired conversation bookmarks for the DeerFlow full-stack plugin API" requires-python = ">=3.12" license = "MIT" license-files = ["THIRD_PARTY_NOTICES.md"] dependencies = ["deerflow-extension-api>=0.2.2,<0.3"] [project.entry-points."deerflow.extensions"] bookmarks = "deerflow_extension_bookmarks:install" [build-system] requires = ["hatchling"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["deerflow_extension_bookmarks"]