From f66ef542ef2d358dad1e1721e6edf55d5822c3e8 Mon Sep 17 00:00:00 2001 From: tommy Date: Fri, 15 May 2009 05:08:06 +1200 Subject: [PATCH] Tabs to spaces in setup.py --- code/setup.py | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) rewrite code/setup.py (94%) diff --git a/code/setup.py b/code/setup.py dissimilarity index 94% index a001edd..c6bfb07 100755 --- a/code/setup.py +++ b/code/setup.py @@ -1,20 +1,20 @@ -#!/usr/bin/python - -if __name__ == "__main__": - - from distutils.core import setup - - setup(name="tablet-apps", - description="Gnome panel and control center applets to configure and monitor graphics tablet devices.", - long_description="""The gnome wacom applet is a small gnome panel applet that shows how much pressure is being applied to your wacom tablet by the current device. Clicking on the panel icon brings up a dialog allowing you to select a different device and check what pressure and tilt information is being recieved from it. This dialog also contains a small drawing test area to give your pen a quick test.""", - author="Alex Mac", -# author_email="kostmo@gmail.com", - url="http://www.alexmac.cc/tablet-apps/", - version="0.3.1", - scripts=["tablet-pressure-applet", "tablet-config"], - data_files=[ - ("share/tablet-apps", ["tablet-config.glade", "input-tablet.png", "input-tablet.svg"]) - ] - ) - - +#!/usr/bin/python + +if __name__ == "__main__": + + from distutils.core import setup + + setup(name="tablet-apps", + description="Gnome panel and control center applets to configure and monitor graphics tablet devices.", + long_description="""The gnome wacom applet is a small gnome panel applet that shows how much pressure is being applied to your wacom tablet by the current device. Clicking on the panel icon brings up a dialog allowing you to select a different device and check what pressure and tilt information is being recieved from it. This dialog also contains a small drawing test area to give your pen a quick test.""", + author="Alex Mac", +# author_email="kostmo@gmail.com", + url="http://www.alexmac.cc/tablet-apps/", + version="0.3.1", + scripts=["tablet-pressure-applet", "tablet-config"], + data_files=[ + ("share/tablet-apps", ["tablet-config.glade", "input-tablet.png", "input-tablet.svg"]) + ] + ) + + -- 2.11.4.GIT