Commit 69812e6a authored by Andreas Jung's avatar Andreas Jung

remove data_files

parent 1629fa94
......@@ -44,30 +44,6 @@ 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']),
# ],
ext_modules=[
# AccessControl
......
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