Commit d916250e authored by Chris McDonough's avatar Chris McDonough

Add logging and Lifetime modules to setup.

parent 41e49edc
...@@ -336,6 +336,13 @@ setup( ...@@ -336,6 +336,13 @@ setup(
cmdclass={'install_data': install_data} cmdclass={'install_data': install_data}
) )
# logging
setup(
name='logging',
author='Vinay Sajip',
packages=['logging'],
)
# OFS # OFS
setup( setup(
name='OFS', name='OFS',
...@@ -647,7 +654,8 @@ setup( ...@@ -647,7 +654,8 @@ setup(
name='Top-level', name='Top-level',
author=AUTHOR, author=AUTHOR,
py_modules=['Globals', 'ImageFile', 'LOG', 'ts_regex', 'xmlrpclib',] py_modules=['Globals', 'ImageFile', 'LOG', 'ts_regex', 'xmlrpclib',
'Lifetime']
) )
# Products base directory # 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