Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2012-03-26 17:51:08 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2012-03-26 17:51:08 (GMT)
commit697d2a0c886254019b1c0cd9bd9cc263faaa7ede (patch)
treef68cc6d374f74c978f0deea336ef4cea966d6baa /setup.py
parent603cc0e0ac4e6fac332abb269cf426460c8c158f (diff)
add setup.py file
Diffstat (limited to 'setup.py')
-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