Browse Source

Update author credits

pull/4/head
heck 5 years ago
parent
commit
04cd048ee4
  1. 9
      AUTHORS.txt
  2. 4
      docs/source/conf.py
  3. 2
      setup.cfg

9
AUTHORS.txt

@ -0,0 +1,9 @@
# This is the list of pEpPythonAdapter's significant contributors.
#
# This does not necessarily list everyone who has contributed code
# To see the full list of contributors, see the revision history in
# source control.
Volker Birk <vb@pep-project.org>
Heck <heck@pep.foundation>
Hartmut Goebel <h.goebel@crazy-compilers.com>
juga <juga@pep.foundation>

4
docs/source/conf.py

@ -18,8 +18,8 @@ sys.path.insert(0, os.path.abspath('../../src'))
# -- Project information -----------------------------------------------------
project = "pEpPythonAdapter"
copyright = "2020, Volker Birk, heck, juga"
author = "Volker Birk, heck, juga"
copyright = "2020, Volker Birk, heck, Hartmut Goebel, juga"
author = "Volker Birk, heck, Hartmut Goebel, juga"
import pEp
# The full version, including alpha/beta/rc tags

2
setup.cfg

@ -3,7 +3,7 @@ name = pEp
url = https://pep.foundation
download_url =
ext_package = pEp
author = Volker Birk
author = Volker Birk, heck, Hartmut Goebel, juga
author_email = vb@pep-project.org
maintainer = heck
maintainer_email = heck@pep.foundation

Loading…
Cancel
Save