Adopt revised naming conventions
This commit is contained in:
parent
60a262ef9c
commit
1d530efac7
2 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue