diff --git a/README.md b/README.md index ccfebe6..d2e39d5 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/pyproject.toml b/pyproject.toml index d2096cc..f30f172 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"]