summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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=[