Explicitly define notion directory name (#307)

This commit is contained in:
Eric Gustin 2025-03-17 16:02:45 -08:00 committed by GitHub
parent ca2ca50a1f
commit a787b6dbe3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,14 @@
[tool.poetry]
name = "arcade_notion_toolkit"
version = "0.1.0"
version = "0.0.1"
description = "LLM tools for essential Notion interactions such as creating, updating, retrieving, and searching pages."
authors = ["ArcadeAI <dev@arcade.dev>"]
# Distribution name varies from directory name, so explicitly define the folder name
packages = [
{ include = "arcade_notion" }
]
[tool.poetry.dependencies]
python = "^3.10"
arcade-ai = "^1.0.5"