[kernel] r9371 - people/waldi/dkt

Bastian Blank waldi at alioth.debian.org
Fri Aug 24 11:20:09 UTC 2007


Author: waldi
Date: Fri Aug 24 11:20:09 2007
New Revision: 9371

Log:
setup.py: Add.


Added:
   people/waldi/dkt/setup.py   (contents, props changed)

Added: people/waldi/dkt/setup.py
==============================================================================
--- (empty file)
+++ people/waldi/dkt/setup.py	Fri Aug 24 11:20:09 2007
@@ -0,0 +1,13 @@
+#!/usr/bin/env python
+
+from distutils.core import setup
+
+setup(
+    name = "Debian Kernel Toolkit",
+    packages = [
+        'dkt',
+        'dkt.hooks',
+    ],
+    package_dir = {'': 'lib'},
+    package_data = {'dkt.hooks': ['modules/*.py']},
+)



More information about the Kernel-svn-changes mailing list