Commit d916250e authored by Chris McDonough's avatar Chris McDonough

Add logging and Lifetime modules to setup.

parent 41e49edc
......@@ -336,6 +336,13 @@ setup(
cmdclass={'install_data': install_data}
)
# logging
setup(
name='logging',
author='Vinay Sajip',
packages=['logging'],
)
# OFS
setup(
name='OFS',
......@@ -647,7 +654,8 @@ setup(
name='Top-level',
author=AUTHOR,
py_modules=['Globals', 'ImageFile', 'LOG', 'ts_regex', 'xmlrpclib',]
py_modules=['Globals', 'ImageFile', 'LOG', 'ts_regex', 'xmlrpclib',
'Lifetime']
)
# Products base directory
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment