From 663b6c907c1f75502b1ccc0135a9532634830a88 Mon Sep 17 00:00:00 2001 From: flavio Date: Sat, 04 Aug 2012 16:27:48 +0000 Subject: GnomeSpeak Base --- (limited to 'setup.py') diff --git a/setup.py b/setup.py new file mode 100644 index 0000000..5cae440 --- /dev/null +++ b/setup.py @@ -0,0 +1,27 @@ +#!/usr/bin/env python + +# Speak.activity +# A simple front end to the espeak text-to-speech engine on the XO laptop +# http://wiki.laptop.org/go/Speak +# +# Copyright (C) 2008 Joshua Minor +# This file is part of Speak.activity +# +# Parts of Speak.activity are based on code from Measure.activity +# Copyright (C) 2007 Arjun Sarwal - arjun@laptop.org +# +# Speak.activity 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. +# +# Speak.activity 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 Speak.activity. If not, see . + +from sugar3.activity import bundlebuilder +bundlebuilder.start() -- cgit v0.9.1