#!/usr/bin/env python

from distutils.core import setup

setup(name = "log4py",
      version = "1.3",
      description = "Python Logging Module",
      py_modules = ["log4py"],
      author = "Martin Preishuber <Martin.Preishuber@eclipt.at>"
      )


syntax highlighted by Code2HTML, v. 0.9.1