[Zope-Checkins] SVN: Zope/branches/console-scripts/setup.py omit data_files

Andreas Jung andreas at andreas-jung.com
Thu Feb 19 08:34:12 EST 2009


Log message for revision 96747:
  omit data_files
  

Changed:
  U   Zope/branches/console-scripts/setup.py

-=-
Modified: Zope/branches/console-scripts/setup.py
===================================================================
--- Zope/branches/console-scripts/setup.py	2009-02-19 13:27:55 UTC (rev 96746)
+++ Zope/branches/console-scripts/setup.py	2009-02-19 13:34:12 UTC (rev 96747)
@@ -44,29 +44,29 @@
       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=[
 



More information about the Zope-Checkins mailing list