init
This commit is contained in:
22
pyproject.toml
Normal file
22
pyproject.toml
Normal file
@ -0,0 +1,22 @@
|
||||
[project]
|
||||
name = "llm-tools-tricu-bridge"
|
||||
version = "0.1"
|
||||
description = "A tool that allows running Tricu expressions"
|
||||
readme = "README.md"
|
||||
authors = [{name = "James Eversole"}]
|
||||
license = "Apache-2.0"
|
||||
classifiers = []
|
||||
requires-python = ">=3.9"
|
||||
dependencies = [
|
||||
"llm>=0.26"
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project.entry-points.llm]
|
||||
llm_tools_tricu_bridge = "llm_tools_tricu_bridge"
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = ["pytest", "llm-echo>=0.3a1"]
|
Reference in New Issue
Block a user