[py-svn] r23185 - py/branch/setup

jan at codespeak.net jan at codespeak.net
Thu Feb 9 21:35:56 CET 2006


Author: jan
Date: Thu Feb  9 21:35:55 2006
New Revision: 23185

Modified:
   py/branch/setup/finddata.py
Log:
force addition of all test files and directories


Modified: py/branch/setup/finddata.py
==============================================================================
--- py/branch/setup/finddata.py	(original)
+++ py/branch/setup/finddata.py	Thu Feb  9 21:35:55 2006
@@ -9,7 +9,7 @@
 
 # Provided as an attribute, so you can append to these instead
 # of replicating them:
-standard_exclude = ('*.py', '*.pyc', '*~', '.*', '*.bak')
+standard_exclude = ('*.pyc', '*~', '.*', '*.bak')
 standard_exclude_directories = ('.*', 'CVS', '_darcs', './build',
                                 './dist', 'EGG-INFO', '*.egg-info')
 



More information about the pytest-commit mailing list