13
13
setup( name="ooo-thumbnailer",
15
description="Thumbnailer for OpenOffice.org and Microsoft Office documents, spreadsheets, presentations and drawings.", # short
15
description="Thumbnailer for LibreOffice, OpenOffice.org and Microsoft Office documents, spreadsheets, presentations and drawings.", # short
16
16
author="David D Lowe",
17
17
author_email="daviddlowe.flimm@gmail.com",
18
18
url="", # home page for end-users
20
data_files=[('/usr/share/gconf/schemas', ['ooo-thumbnailer.schemas', 'gsf-office-thumbnailer.schemas'])],
21
('/usr/share/gconf/schemas', ['ooo-thumbnailer.schemas', 'gsf-office-thumbnailer.schemas']),
22
('/usr/share/thumbnailers', ['ooo-thumbnailer.thumbnailer']),
21
24
scripts=["ooo-thumbnailer", "ooo-thumbnailer-config"],
22
25
classifiers=["Development Status :: 5 - Production/Stable", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: POSIX :: Linux"],
23
26
# a bunch of optional tags, a list of classifiers can be found at http://pypi.python.org/pypi?:action=list_classifiers
24
long_description="""ooo-thumbnailer is an OpenOffice.org and Microsoft Office document thumbnailer that can be used by file
27
long_description="""ooo-thumbnailer is a LibreOffice, OpenOffice.org and Microsoft Office document thumbnailer that can be used by file
25
28
managers to create thumbnails for your documents, spreadsheets, presentations and drawings.""",
26
29
cmdclass={"install_data":install_data})