~flimm/ooo-thumbnailer/releases

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: David D Lowe
  • Date: 2009-12-15 11:58:46 UTC
  • mto: This revision was merged to the branch mainline in revision 2.
  • Revision ID: daviddlowe.flimm@gmail.com-20091215115846-m172yd62ry36tpmo
Tags: 0.2
Released 0.2 and removed debian/ directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
2
# 2009 David D Lowe
3
 
# released into the public domain: http://creativecommons.org/licenses/publicdomain/
 
3
# To the extent possible under law, David D. Lowe has waived all copyright and related or neighboring rights to this file.
 
4
# License: http://creativecommons.org/publicdomain/zero/1.0/
4
5
 
5
6
from distutils.core import setup
6
7
 
8
9
        
9
10
    setup( name="ooo-thumbnailer", # this should start with a lowercase letter 
10
11
        #so that it can be used as a debian package name later on
11
 
    version="0.1", # string, version of your program, not python version
 
12
    version="0.2", # string, version of your program, not python version
12
13
    description="OpenOffice.org thumbnailer for OpenOffice.org documents, spreadsheets, presentations and drawings.", # short
13
14
    author="David D Lowe",
14
15
    author_email="DavidDLowe.flimm@gmail.com",