# 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", ])