aboutsummaryrefslogtreecommitdiffstats
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-25 00:34:16 -0300
commit891e0756e77c9f85ab88ca1cd9c846568107370f (patch)
tree5359c00edb5e18adea41ab2ed4f552537874e5d3
parent8e73a86d6e1b74484c7f21929f6542ed610af0d3 (diff)
downloadkmod-891e0756e77c9f85ab88ca1cd9c846568107370f.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,
)