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']},
+)

_______________________________________________
Kernel-svn-changes mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

Reply via email to