Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Aguiar <alanjas@hotmail.com>2013-11-04 07:34:25 (GMT)
committer Alan Aguiar <alanjas@hotmail.com>2013-11-04 07:34:25 (GMT)
commit7ef87a3de795d15ea14e13668756b43c42b84567 (patch)
treeba4c5767dc82066b43e15e8dd052b75ee2580023
parent4ff8f708d98ac0cf8de5e26555e6e59f94147805 (diff)
fix bundlebuilder
-rw-r--r--NEWS0
-rw-r--r--README16
-rw-r--r--setup.py2
3 files changed, 1 insertions, 17 deletions
diff --git a/NEWS b/NEWS
deleted file mode 100644
index e69de29..0000000
--- a/NEWS
+++ /dev/null
diff --git a/README b/README
deleted file mode 100644
index 6764c94..0000000
--- a/README
+++ /dev/null
@@ -1,16 +0,0 @@
-Hi! If you wanna run this game outside a XO, just run gambiarra.py .
-Like this:
-$ python gambiarra.py
-
-If you have a XO and wanna install the activity, there are two ways:
-- Inside the XO, run
-$ python setup.py dist
-$ sugar-install-bundle Gambiarra-1.xo
-- Outside the XO, you need to run sugar-jhbuild:
-$ ./sugar-jhbuild shell
-Go to the Gambiarra dir
-$ python setup.py dist
-and then copy it to the XO, and run
-$ sugar-install-bundle Gambiarra-1.xo
-
-Have fun!
diff --git a/setup.py b/setup.py
index 11026f6..bafa2c2 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
#!/usr/bin/env python
from sugar.activity import bundlebuilder
-bundlebuilder.start('Gambiarra') \ No newline at end of file
+bundlebuilder.start()