diff --git a/NOTICE b/NOTICE index 3a8c6c9..87ba850 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -PyHpkeSpec +Hybrid-PKE All contributions by Cape Privacy: Copyright (c) 2022, Cape, Inc. diff --git a/pyproject.toml b/pyproject.toml index 2dc3204..65b7bc0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,4 +16,4 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Topic :: Security :: Cryptography", ] -urls = {repository = "https://github.com/capeprivacy/py-hpke-spec"} +urls = {repository = "https://github.com/capeprivacy/hybrid-pke"} diff --git a/setup.cfg b/setup.cfg index 6f90b63..1f60f63 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,6 @@ atomic=True max-line-length=88 extend-ignore= E203 # okay: black - D10,D20,D40 # TODO exclude= .git **/__pycache__/*