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]
|
[project]
|
||||||
name = "hydra-veil-cli"
|
name = "sp-hydra-veil-cli"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
authors = [
|
authors = [
|
||||||
{ name = "Simplified Privacy" },
|
{ name = "Simplified Privacy" },
|
||||||
|
@ -12,12 +12,12 @@ classifiers = [
|
||||||
"Operating System :: POSIX :: Linux",
|
"Operating System :: POSIX :: Linux",
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hydra-veil-core == 0.0.1",
|
"sp-hydra-veil-core == 1.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://git.simplifiedprivacy.is/codeking/hydra-veil-cli"
|
Homepage = "https://git.simplifiedprivacy.is/codeking/sp-hydra-veil-cli"
|
||||||
Issues = "https://git.simplifiedprivacy.is/codeking/hydra-veil-cli/issues"
|
Issues = "https://git.simplifiedprivacy.is/codeking/sp-hydra-veil-cli/issues"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["hatchling"]
|
requires = ["hatchling"]
|
||||||
|
|
Loading…
Reference in a new issue