aboutsummaryrefslogtreecommitdiffhomepage
path: root/PKG-INFO
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-06-03 15:34:22 +0800
committerNicolas Schodet2012-02-08 22:21:04 +0100
commit0cb7812c2b8b42df9b48f1d8537b16386ac1db92 (patch)
tree8a703cbf2229155201f47f48863cb8ecb56c41f9 /PKG-INFO
parent5aade3e1f58f8ea527f75682b56692383c864c77 (diff)
added setup information for package release
Diffstat (limited to 'PKG-INFO')
-rw-r--r--PKG-INFO25
1 files changed, 25 insertions, 0 deletions
diff --git a/PKG-INFO b/PKG-INFO
new file mode 100644
index 0000000..d571954
--- /dev/null
+++ b/PKG-INFO
@@ -0,0 +1,25 @@
+Metadata-Version: 1.0
+Name: pyfantom
+Version: 0.1
+Summary: Python Wrapper for LEGO Mindstorms NXT Fantom Driver
+Home-page: http://git.ni.fr.eu.org/?p=pyfantom.git;a=summary
+Author: Nicolas Schodet
+Author-email: nico at ni.fr.eu.org
+License: Gnu GPL v2
+Description: Pyfantom is a Python wrapper for the LEGO Mindstorms Fantom Driver.
+ The Fantom Driver is available for Mac OSX and Windows, from:
+
+ http://mindstorms.lego.com/en-us/support/files/default.aspx
+
+ Pyfantom exposes the routines for interfacing to the LEGO Mindstorms NXT
+ using python applications.
+
+ The Fantom API is documented in the Fantom SDK 1.0.x available from the same
+ site as the LEGO Fantom Drivers.
+
+ Requirements:
+
+ * Python >= 2.6.x, Universal Build (for Mac OSX)
+ * LEGO Mindstorms Fantom Driver
+
+Platform: UNKNOWN