lynxkite / lynxkite-core /pyproject.toml
darabos's picture
Try to set up GitHub Actions to release Python packages.
ff2323e
raw
history blame
486 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 = ["License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)"]
[project.urls]
Homepage = "https://github.com/lynxkite/lynxkite-2000/"
[project.optional-dependencies]
dev = [
"pytest",
]
[tool.pytest.ini_options]
asyncio_mode = "auto"