Explicitly define notion directory name (#307)
This commit is contained in:
parent
ca2ca50a1f
commit
a787b6dbe3
1 changed files with 6 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue