summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 58ff73a..67c1e6c 100644
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,5 @@
#!/usr/bin/env python
-# kernel-check -- Kernel security information
+# kernel-check -- Gentoo Kernel Security
# Copyright 2009-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
@@ -8,9 +8,9 @@ from distutils.core import setup
__version__ = open("VERSION").read().strip()
setup(
- name='Kernel-check',
+ name='kernel-check',
version=__version__,
- description='Gentoo kernel tracking tool',
+ description='Gentoo Kernel Security',
author='Bjoern Tropf',
author_email='asym@gentoo.org',
url='http://dev.gentoo.org/~asym/guide.xml',