~bobbo/ckkern/main

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/env python

# Copyright (c) 2007 David Futcher ('bobbo') <bobbocanfly@gmail.com>
# See LICENSE for licensing information

from distutils.core import setup

setup(name = "ckkern",
    version = "0.2.2",
    description = "A simple utility that checks the latest kernel number against your currently installed kernel",
    author = "David Futcher ('bobbo')",
    author_email = "bobbocanfly@gmail.com",
    url = "https://www.launchpad.net/ckkern",
    scripts = ['ckkern']
    )