~flimm/ooo-thumbnailer/releases

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: David D Lowe
  • Date: 2009-03-12 18:05:35 UTC
  • mto: This revision was merged to the branch mainline in revision 2.
  • Revision ID: daviddlowe.flimm@gmail.com-20090312180535-syxm26ga8y32w2vp
Fixed size command line option.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
        #so that it can be used as a debian package name later on
11
11
    version="0.1", # string, version of your program, not python version
12
12
    description="OpenOffice.org thumbnailer for OpenOffice.org documents", # short
13
 
    author="David D Lowe <daviddlowe.flimm@gmail.com>",
14
 
    author_email="",
 
13
    author="David D Lowe",
 
14
    author_email="DavidDLowe.flimm@gmail.com",
15
15
    url="", # home page for end-users
16
16
    license="GPL v2",
17
17
    data_files=[('/usr/share/gconf/schemas', ['ooo-thumbnailer.schemas'])],