rename application to semeion
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user