Commit d283258e authored by Andreas Jung's avatar Andreas Jung

added setup() section for sitecustomize.py

parent 288914f3
...@@ -1080,6 +1080,14 @@ setup( ...@@ -1080,6 +1080,14 @@ setup(
['ZServer/medusa/test', ['ZServer/medusa/test/*.txt']]], ['ZServer/medusa/test', ['ZServer/medusa/test/*.txt']]],
) )
setup(
name='Site Customization',
author=AUTHOR,
data_files=[['', ['sitecustomize.py']],
]
)
# Call distutils setup with all lib/python packages and modules, and # Call distutils setup with all lib/python packages and modules, and
# flush setup_info. Wondering why we run py_modules separately? So am I. # flush setup_info. Wondering why we run py_modules separately? So am I.
# Distutils won't let us specify packages and py_modules in the same call. # Distutils won't let us specify packages and py_modules in the same call.
......
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