From 0330a6038f1ef7df23bfb73b9bfa128cc6ec221f Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 19 Oct 2012 21:31:00 -0400 Subject: python: .update-copyright.conf: add MANIFEST.in to ignored files. --- libkmod/python/.update-copyright.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libkmod/python') diff --git a/libkmod/python/.update-copyright.conf b/libkmod/python/.update-copyright.conf index 1dbc682..b4c80ff 100644 --- a/libkmod/python/.update-copyright.conf +++ b/libkmod/python/.update-copyright.conf @@ -5,12 +5,15 @@ vcs: Git [files] authors: yes files: yes -ignored: COPYING, COPYING.LESSER, README, README.rst, .update-copyright.conf, - .git* +ignored: COPYING, COPYING.LESSER, README, README.rst, MANIFEST.in, + .update-copyright.conf, .git* [aliases] Red Hat, Inc.: Andy Grover +[author-hacks] +kmod/kmod.pyx: Red Hat, Inc. + [copyright] short: %(project)s comes with ABSOLUTELY NO WARRANTY and is licensed under the GNU Lesser General Public License. long: This file is part of %(project)s. -- cgit v1.2.1