Made project river-agnostic

This commit is contained in:
2026-05-27 10:02:20 +02:00
parent 23dbbc1555
commit 69eab7514f
13 changed files with 81 additions and 97 deletions

View File

@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0.0"]
build-backend = "setuptools.build_meta"
[project]
name = "river_annotation_tool"
name = "clip_annotator"
authors = [
# TODO configure authors
# { name = "Jane Smith", email = "jane.smith@example.com" },
@@ -33,7 +33,7 @@ dev = [
]
[tool.setuptools.dynamic]
version = {attr = "river_annotation_tool.__version__"}
version = {attr = "clip_annotator.__version__"}
[tool.ruff]
target-version = "py312"