Fix ArcadeEngineApi naming (#647)
This commit is contained in:
parent
152806e9d2
commit
33ee36d832
47 changed files with 6 additions and 6 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
arcade-airtable-api
|
arcade-airtable-api
|
||||||
|
arcade-arcade-engine-api
|
||||||
arcade-box-api
|
arcade-box-api
|
||||||
arcade-brightdata
|
arcade-brightdata
|
||||||
arcade-calendly-api
|
arcade-calendly-api
|
||||||
arcade-cursor-agents-api
|
arcade-cursor-agents-api
|
||||||
arcade-datadog-api
|
arcade-datadog-api
|
||||||
arcade-engine-api
|
|
||||||
arcade-figma-api
|
arcade-figma-api
|
||||||
arcade-freshservice-api
|
arcade-freshservice-api
|
||||||
arcade-linkedin
|
arcade-linkedin
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
files: ^.*/arcade_engine_api/.*
|
files: ^.*/arcade_arcade_engine_api/.*
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: "v4.4.0"
|
rev: "v4.4.0"
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ requires = [ "hatchling",]
|
||||||
build-backend = "hatchling.build"
|
build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "arcade_engine_api"
|
name = "arcade_arcade_engine_api"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
description = "Tools that enable LLMs to interact directly with the engine API."
|
description = "Tools that enable LLMs to interact directly with the engine API."
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
|
@ -31,7 +31,7 @@ dev = [
|
||||||
|
|
||||||
# Tell Arcade.dev that this package is a toolkit
|
# Tell Arcade.dev that this package is a toolkit
|
||||||
[project.entry-points.arcade_toolkits]
|
[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
|
# Use local path sources for arcade libs when working locally
|
||||||
[tool.uv.sources]
|
[tool.uv.sources]
|
||||||
|
|
@ -39,7 +39,7 @@ arcade-mcp = { path = "../../", editable = true }
|
||||||
arcade-serve = { path = "../../libs/arcade-serve/", editable = true }
|
arcade-serve = { path = "../../libs/arcade-serve/", editable = true }
|
||||||
arcade-tdk = { path = "../../libs/arcade-tdk/", editable = true }
|
arcade-tdk = { path = "../../libs/arcade-tdk/", editable = true }
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
files = [ "arcade_engine_api/**/*.py",]
|
files = [ "arcade_arcade_engine_api/**/*.py",]
|
||||||
python_version = "3.10"
|
python_version = "3.10"
|
||||||
disallow_untyped_defs = "True"
|
disallow_untyped_defs = "True"
|
||||||
disallow_any_unimported = "True"
|
disallow_any_unimported = "True"
|
||||||
|
|
@ -57,4 +57,4 @@ testpaths = [ "tests",]
|
||||||
skip_empty = true
|
skip_empty = true
|
||||||
|
|
||||||
[tool.hatch.build.targets.wheel]
|
[tool.hatch.build.targets.wheel]
|
||||||
packages = [ "arcade_engine_api",]
|
packages = [ "arcade_arcade_engine_api",]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue