Browse Source

name correction

pull/2/head
heck 5 years ago
parent
commit
58c3399307
  1. 6
      docs/source/conf.py
  2. 2
      setup.cfg

6
docs/source/conf.py

@ -21,8 +21,8 @@
from pkg_resources import get_distribution from pkg_resources import get_distribution
project = "pEpPythonAdapter" project = "pEpPythonAdapter"
copyright = "2020, Volker Birk, Matthias Heckmann, juga" copyright = "2020, Volker Birk, heck, juga"
author = "Volker Birk, Matthias Heckmann, juga" author = "Volker Birk, heck, juga"
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = get_distribution("pEp").version release = get_distribution("pEp").version
# The short X.Y version # The short X.Y version
@ -134,7 +134,7 @@ latex_documents = [
master_doc, master_doc,
"pEpPythonAdapter.tex", "pEpPythonAdapter.tex",
"pEpPythonAdapter Documentation", "pEpPythonAdapter Documentation",
"2020, Volker Birk, Matthias Heckmann, juga", "2020, Volker Birk, heck, juga",
"manual", "manual",
) )
] ]

2
setup.cfg

@ -5,7 +5,7 @@ download_url =
ext_package = pEp ext_package = pEp
author = Volker Birk author = Volker Birk
author_email = vb@pep-project.org author_email = vb@pep-project.org
maintainer = Matthias Heckmann maintainer = heck
maintainer_email = heck@pep.foundation maintainer_email = heck@pep.foundation
description = p≡p for Python description = p≡p for Python
long_description = file: README.md long_description = file: README.md

Loading…
Cancel
Save