update readme and add icons

This commit is contained in:
2026-03-29 23:40:07 -07:00
parent 52da360804
commit 79b89da023
25 changed files with 865 additions and 198 deletions

View File

@@ -5,8 +5,8 @@ build-backend = "setuptools.build_meta"
[project]
name = "tono"
version = "0.1.0"
description = "Node-based image analysis app with a Python backend and React frontend."
readme = "GWYDDION_FEATURE_GAP.md"
description = "topographical node-based image analysis."
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"aiohttp>=3.9,<4",
@@ -29,6 +29,10 @@ desktop = [
"pyinstaller>=6,<7",
"pywebview>=5,<6",
]
icons = [
"svglib>=1.6.0",
"reportlab>=4.4.0",
]
[tool.setuptools.packages.find]
include = ["backend*"]