rename application to semeion

This commit is contained in:
overcuriousity
2025-11-26 21:41:05 +01:00
parent 1162815134
commit 79407eeb5c
6 changed files with 13 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
[project]
name = "gamayun"
name = "semeion"
version = "0.0.0"
description = "Scalable vector search engine with focus on post-mortem forensics"
authors = [
@@ -23,7 +23,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/gamayun"]
packages = ["src/semeion"]
[project.scripts]
gamayun-cli = "gamayun.main:main"
semeion = "semeion.main:main"