Made project river-agnostic
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user