aboutsummaryrefslogtreecommitdiff
path: root/setup.py
blob: e90c56f4fca3deae5b2cbbbc3bdd282221771564 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# vim:encoding=utf-8:fileencoding=utf-8

from distutils.core import setup

setup(name="odfrecode",
      version="0.0.1",
      author="Guido Günther",
      author_email="agx@sigxcpu.org",
      scripts = [ "bin/odfrecode", "bin/odfrecode-gtk" ],
      packages =[ "odfrecode",
      	          "odfrecode.recoders",
                ])