Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorThomas Jourdan <b.vehikel@googlemail.com>2009-12-16 16:48:37 (GMT)
committer Thomas Jourdan <b.vehikel@googlemail.com>2009-12-16 16:48:37 (GMT)
commit21c246c075a5fa5f052c902a8c3e8da87690270d (patch)
tree132290b4c9f4693dd929ada0f95fa61eaa9fab30 /setup.py
parentcafdce202f841ccb596dd1c268c1d01761c055c3 (diff)
clean up before releasev2
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py20
1 files changed, 2 insertions, 18 deletions
diff --git a/setup.py b/setup.py
index adaba65..6ed89aa 100755
--- a/setup.py
+++ b/setup.py
@@ -1,20 +1,4 @@
-# coding: UTF8
-# Copyright 2009 Thomas Jourdan
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
+#!/usr/bin/env python
from sugar.activity import bundlebuilder
-
bundlebuilder.start()
+