diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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', |