diff --git a/docs/source/conf.py b/docs/source/conf.py index c889b10..a4e1f53 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -21,8 +21,8 @@ from pkg_resources import get_distribution project = "pEpPythonAdapter" -copyright = "2020, Volker Birk, Matthias Heckmann, juga" -author = "Volker Birk, Matthias Heckmann, juga" +copyright = "2020, Volker Birk, heck, juga" +author = "Volker Birk, heck, juga" # The full version, including alpha/beta/rc tags release = get_distribution("pEp").version # The short X.Y version @@ -134,7 +134,7 @@ latex_documents = [ master_doc, "pEpPythonAdapter.tex", "pEpPythonAdapter Documentation", - "2020, Volker Birk, Matthias Heckmann, juga", + "2020, Volker Birk, heck, juga", "manual", ) ] diff --git a/setup.cfg b/setup.cfg index 0733f52..456c99b 100755 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ download_url = ext_package = pEp author = Volker Birk author_email = vb@pep-project.org -maintainer = Matthias Heckmann +maintainer = heck maintainer_email = heck@pep.foundation description = p≡p for Python long_description = file: README.md