support standalone library

This commit is contained in:
2026-04-04 01:24:06 -07:00
parent b2ddd81286
commit d9218bf28c
13 changed files with 610 additions and 26 deletions

View File

@@ -9,7 +9,6 @@ description = "topographical node-based image analysis."
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"aiohttp>=3.9,<4",
"gwyfile>=0.2",
"h5py>=3.10,<4",
"igor>=0.3",
@@ -22,6 +21,9 @@ dependencies = [
]
[project.optional-dependencies]
server = [
"aiohttp>=3.9,<4",
]
dev = [
"pytest>=8,<9",
"pytest-cov>=7,<8",
@@ -38,6 +40,9 @@ icons = [
[project.scripts]
tono = "backend.main:main"
[tool.setuptools]
py-modules = ["tono"]
[tool.setuptools.packages.find]
include = ["backend*"]