Adopt revised naming conventions

This commit is contained in:
codeking 2025-02-23 08:40:01 +01:00
parent 60a262ef9c
commit 1d530efac7
2 changed files with 6 additions and 6 deletions

View file

@ -1,3 +1,3 @@
# hydra-veil-cli
# sp-hydra-veil-cli
The `hydra-veil-cli` command line interface is the reference implementation of the `hydra-veil-core` library.
The `sp-hydra-veil-cli` command line interface is the reference implementation of the `sp-hydra-veil-core` library.

View file

@ -1,5 +1,5 @@
[project]
name = "hydra-veil-cli"
name = "sp-hydra-veil-cli"
version = "1.0.0"
authors = [
{ name = "Simplified Privacy" },
@ -12,12 +12,12 @@ classifiers = [
"Operating System :: POSIX :: Linux",
]
dependencies = [
"hydra-veil-core == 0.0.1",
"sp-hydra-veil-core == 1.0.0",
]
[project.urls]
Homepage = "https://git.simplifiedprivacy.is/codeking/hydra-veil-cli"
Issues = "https://git.simplifiedprivacy.is/codeking/hydra-veil-cli/issues"
Homepage = "https://git.simplifiedprivacy.is/codeking/sp-hydra-veil-cli"
Issues = "https://git.simplifiedprivacy.is/codeking/sp-hydra-veil-cli/issues"
[build-system]
requires = ["hatchling"]