[patch-team] A python package for generating eeml documents. In particular can be used to send sensor data to pachube (https://pachube.com/) - Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org>

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29426 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
dingo
2011-12-04 20:42:46 +00:00
parent 9824569a5f
commit 676e3d7d84
2 changed files with 64 additions and 0 deletions

View File

@ -0,0 +1,12 @@
--- a/setup.py
+++ b/setup.py
@@ -1,5 +1,6 @@
-from setuptools import setup
-from setuptools import find_packages
+#!/usr/bin/env python
+
+from distutils.core import setup
setup(name="Python EEML",
version="0.1",