Commit 1629fa94 authored by Andreas Jung's avatar Andreas Jung

omit data_files

parent 8a8026c2
......@@ -44,29 +44,29 @@ setup(name='Zope2',
packages=find_packages('src'),
package_dir={'': 'src'},
data_files=[
('skel', ['skel/README.txt']),
('skel/bin', ['skel/bin/runzope.bat.in',
'skel/bin/runzope.in',
'skel/bin/zopectl.bat.in',
'skel/bin/zopectl.in',
'skel/bin/zopeservice.py.in',
]),
('skel/etc', ['skel/etc/site.zcml',
'skel/etc/zope.conf.in',
]),
('skel/etc/package-includes', []),
('skel/Extensions', ['skel/Extensions/README.txt']),
('skel/import', ['skel/import/README.txt',
'skel/import/ZopeTutorialExamples.zexp',
]),
('skel/lib/python', ['skel/lib/python/README.txt.in' ]),
('skel/log', ['skel/log/README.txt']),
('skel/Products', ['skel/Products/__init__.py',
'skel/Products/README.txt',
]),
('skel/var', ['skel/var/README.txt']),
],
# data_files=[
# ('skel', ['skel/README.txt']),
# ('skel/bin', ['skel/bin/runzope.bat.in',
# 'skel/bin/runzope.in',
# 'skel/bin/zopectl.bat.in',
# 'skel/bin/zopectl.in',
# 'skel/bin/zopeservice.py.in',
# ]),
# ('skel/etc', ['skel/etc/site.zcml',
# 'skel/etc/zope.conf.in',
# ]),
# ('skel/etc/package-includes', []),
# ('skel/Extensions', ['skel/Extensions/README.txt']),
# ('skel/import', ['skel/import/README.txt',
# 'skel/import/ZopeTutorialExamples.zexp',
# ]),
# ('skel/lib/python', ['skel/lib/python/README.txt.in' ]),
# ('skel/log', ['skel/log/README.txt']),
# ('skel/Products', ['skel/Products/__init__.py',
# 'skel/Products/README.txt',
# ]),
# ('skel/var', ['skel/var/README.txt']),
# ],
ext_modules=[
......
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