Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorWade Brainerd <wadetb@gmail.com>2008-04-01 12:22:16 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2008-04-01 12:22:16 (GMT)
commit1aa4f36c80ff11faf5562474f65cf466e480b210 (patch)
tree59520f5a3eae6bee5ffbc77cbf528205bc5c2844 /setup.py
Initial commit of Colors! v3.
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.py b/setup.py
new file mode 100755
index 0000000..ed7e7c6
--- /dev/null
+++ b/setup.py
@@ -0,0 +1,4 @@
+#!/usr/bin/env python
+from sugar.activity import bundlebuilder
+if __name__ == "__main__":
+ bundlebuilder.start("Colors")