Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2012-09-04 08:48:06 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2012-09-04 08:48:06 (GMT)
commit59446ae9c649a3f3bbf1dd573aaf6d2e884638f6 (patch)
tree6e925de4365c026c8fa8270b4b28e68fa39dcb3d
parent302fa2405f5487e6ac05ccc3218f375c021f4b99 (diff)
add setup.py file
-rwxr-xr-xsetup.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/setup.py b/setup.py
new file mode 100755
index 0000000..8c00558
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,6 @@
+#! /usr/bin/env python
+# -*- coding: utf-8 -*-
+
+from sugar.activity import bundlebuilder
+if __name__ == "__main__":
+ bundlebuilder.start() \ No newline at end of file