Change program name to 'tabletconfig'.
[GnomeTabletApps.git] / code / setup.py
blob3aee18776178f6c9312461a60171a3bbbf4178d9
1 #!/usr/bin/python
3 if __name__ == "__main__":
5 from distutils.core import setup
7 setup(name="tabletconfig",
8 description="Gnome panel and control center applets to configure and monitor graphics tablet devices.",
9 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.""",
10 author="Alex Mac",
11 # author_email="kostmo@gmail.com",
12 url="http://www.alexmac.cc/tablet-apps/",
13 version="0.4.0-alpha1",
14 scripts=["tabletconfig"],
15 data_files=[
16 ("share/tablet-apps", ["tabletconfig.glade"])