Whamcloud - gitweb
Update based on lustre-iokit-20051107.tar.gz from the customer download area.
[fs/lustre-release.git] / lustre-iokit / obdsurvey / setup.py
diff --git a/lustre-iokit/obdsurvey/setup.py b/lustre-iokit/obdsurvey/setup.py
new file mode 100644 (file)
index 0000000..0754ca8
--- /dev/null
@@ -0,0 +1,8 @@
+from distutils.core import setup
+setup(name='lustre-iokit',
+      py_modules=['lustre_obdsurveylib'],
+      scripts=['lustre_obdsurvey.py'],
+      data_files=[
+              ('/usr/share/lustre-iokit', ['README', 'LICENSE'])
+              ]
+      )