Jan Dittberner
dc0da570ab
git-svn-id: file:///home/www/usr01/svn/gnuviechadmin/gnuviech.info/gnuviechadmin/trunk@85 a67ec6bc-e5d5-0310-a910-815c51eb3124
10 lines
252 B
Python
10 lines
252 B
Python
#!/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>"
|
|
)
|