summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2019-07-29 08:37:11 +0200
committerGitHub <noreply@github.com>2019-07-29 08:37:11 +0200
commitbe3183b9366834b37ef7d2ac94c9fc36a70f50e0 (patch)
tree73e8e02434e806140bd8b4bd36f3642ad5a08a95
parent963ae035d2bf6fdaad01b3d77fe4aa4b2ca431cd (diff)
downloadpyopenssl-stop-lawyers-from-emailing-hynek.tar.gz
Stop lawyers from emailing Hynekstop-lawyers-from-emailing-hynek
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 5387d2a..f9d6aaf 100755
--- a/setup.py
+++ b/setup.py
@@ -64,8 +64,8 @@ if __name__ == "__main__":
long_description=LONG,
author=find_meta("author"),
author_email=find_meta("email"),
- maintainer="Hynek Schlawack",
- maintainer_email="hs@ox.cx",
+ maintainer=find_meta("author"),
+ maintainer_email=find_meta("email"),
url=URI,
license=find_meta("license"),
classifiers=[