Fix ArcadeEngineApi naming (#647)

This commit is contained in:
Eric Gustin 2025-10-23 17:33:17 -07:00 committed by GitHub
parent 152806e9d2
commit 33ee36d832
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
47 changed files with 6 additions and 6 deletions

View file

@ -1,10 +1,10 @@
arcade-airtable-api
arcade-arcade-engine-api
arcade-box-api
arcade-brightdata
arcade-calendly-api
arcade-cursor-agents-api
arcade-datadog-api
arcade-engine-api
arcade-figma-api
arcade-freshservice-api
arcade-linkedin

View file

@ -1,4 +1,4 @@
files: ^.*/arcade_engine_api/.*
files: ^.*/arcade_arcade_engine_api/.*
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v4.4.0"

View file

@ -3,7 +3,7 @@ requires = [ "hatchling",]
build-backend = "hatchling.build"
[project]
name = "arcade_engine_api"
name = "arcade_arcade_engine_api"
version = "0.1.0"
description = "Tools that enable LLMs to interact directly with the engine API."
requires-python = ">=3.10"
@ -31,7 +31,7 @@ dev = [
# Tell Arcade.dev that this package is a toolkit
[project.entry-points.arcade_toolkits]
toolkit_name = "arcade_engine_api"
toolkit_name = "arcade_arcade_engine_api"
# Use local path sources for arcade libs when working locally
[tool.uv.sources]
@ -39,7 +39,7 @@ arcade-mcp = { path = "../../", editable = true }
arcade-serve = { path = "../../libs/arcade-serve/", editable = true }
arcade-tdk = { path = "../../libs/arcade-tdk/", editable = true }
[tool.mypy]
files = [ "arcade_engine_api/**/*.py",]
files = [ "arcade_arcade_engine_api/**/*.py",]
python_version = "3.10"
disallow_untyped_defs = "True"
disallow_any_unimported = "True"
@ -57,4 +57,4 @@ testpaths = [ "tests",]
skip_empty = true
[tool.hatch.build.targets.wheel]
packages = [ "arcade_engine_api",]
packages = [ "arcade_arcade_engine_api",]