lynxkite / lynxkite-core /pyproject.toml
darabos's picture
Merge remote-tracking branch 'public/main' into darabos-open-source-merge
663af8e
raw
history blame contribute delete
428 Bytes
[project]
name = "lynxkite-core"
version = "0.1.0"
description = "A lightweight dependency for authoring LynxKite operations and executors"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
]
classifiers = ["Private :: Do Not Upload"]
[project.urls]
Homepage = "https://github.com/lynxkite/lynxkite-2000/"
[project.optional-dependencies]
dev = [
"pytest",
]
[tool.pytest.ini_options]
asyncio_mode = "auto"