diff --git a/AUTHORS.txt b/AUTHORS.txt new file mode 100644 index 0000000..40ce2c3 --- /dev/null +++ b/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 +Heck +Hartmut Goebel +juga diff --git a/docs/source/conf.py b/docs/source/conf.py index d8c5892..3a966f5 100644 --- a/docs/source/conf.py +++ b/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 diff --git a/setup.cfg b/setup.cfg index 88d8f22..6a82799 100755 --- a/setup.cfg +++ b/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