Adopt additional revised naming conventions
This commit is contained in:
parent
ef140fe11d
commit
99ef6e8afc
3 changed files with 7 additions and 7 deletions
|
@ -1,3 +1,3 @@
|
|||
# hydra-veil-core
|
||||
# sp-hydra-veil-core
|
||||
|
||||
The `hydra-veil-core` library exposes core logic to higher-level components.
|
||||
The `sp-hydra-veil-core` library exposes core logic to higher-level components.
|
||||
|
|
|
@ -21,7 +21,7 @@ class ClientController:
|
|||
@staticmethod
|
||||
def get_version():
|
||||
|
||||
version_number = os.environ.get('HV_CLIENT_VERSION')
|
||||
version_number = os.environ.get('HV_VERSION_NUMBER')
|
||||
|
||||
if version_number is None:
|
||||
raise UnknownClientVersionError('The client version could not be determined.')
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "hydra-veil-core"
|
||||
version = "0.0.1"
|
||||
name = "sp-hydra-veil-core"
|
||||
version = "1.0.0"
|
||||
authors = [
|
||||
{ name = "Simplified Privacy" },
|
||||
]
|
||||
|
@ -22,8 +22,8 @@ dependencies = [
|
|||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://git.simplifiedprivacy.is/codeking/hydra-veil-core"
|
||||
Issues = "https://git.simplifiedprivacy.is/codeking/hydra-veil-core/issues"
|
||||
Homepage = "https://git.simplifiedprivacy.is/codeking/sp-hydra-veil-core"
|
||||
Issues = "https://git.simplifiedprivacy.is/codeking/sp-hydra-veil-core/issues"
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
|
|
Loading…
Reference in a new issue