File size: 428 Bytes
fdfb0b2
359ff3d
fdfb0b2
 
 
 
 
 
663af8e
ff2323e
 
 
ef83189
 
 
 
3a28e0d
6a48828
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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"