summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2012-12-18 14:47:37 -0800
committerLucas De Marchi <lucas.demarchi@intel.com>2014-03-20 07:22:53 -0300
commitae43e3d434383ea8260442eb2c48cd15007793e0 (patch)
treec7608093c25a011f216d739df1cbba823e6ccf59
parent83789dce078c9497cbf936267b8247bc8d85cdcd (diff)
downloadkmod-ae43e3d434383ea8260442eb2c48cd15007793e0.tar.gz
python: Add self as maintainer to setup.py
-rw-r--r--libkmod/python/setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/libkmod/python/setup.py b/libkmod/python/setup.py
index 757d962..2a63b4b 100644
--- a/libkmod/python/setup.py
+++ b/libkmod/python/setup.py
@@ -50,6 +50,8 @@ setup(
description='Python binding for kmod',
packages=[package_name],
provides=[package_name],
+ maintainer="Andy Grover",
+ maintainer_email="agrover@redhat.com",
cmdclass = {'build_ext': _build_ext},
ext_modules=ext_modules,
)