summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-07-05 21:22:56 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-07-05 21:32:42 -0400
commitf58519d53ea0cd44bb6c961f7d3d411d031904da (patch)
tree0f4432ede0f55d0a88b955dae3ed1b07b05791af
parent9d0b8bbaf0edf4b970d43ae4fa099bbf3aa6cc57 (diff)
downloadpython-systemd-f58519d53ea0cd44bb6c961f7d3d411d031904da.tar.gz
Specify system-devel@ as the maintainers
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index b1679b9..b59c093 100644
--- a/setup.py
+++ b/setup.py
@@ -34,6 +34,8 @@ setup (name = 'python-systemd',
version = version,
description = 'Native interface to the facilities of systemd',
author_email = 'david@davidstrauss.net',
+ maintainer = 'systemd developers',
+ maintainer_email = 'systemd-devel@lists.freedesktop.org',
url = 'https://github.com/systemd/python-systemd',
license = 'LGPLv2+',
classifiers = [