summaryrefslogtreecommitdiff
path: root/paste/util/finddata.py
diff options
context:
space:
mode:
authorianb <devnull@localhost>2005-10-05 23:07:26 +0000
committerianb <devnull@localhost>2005-10-05 23:07:26 +0000
commit2368386e137bcb0b381b887af472ffc26d42136a (patch)
treeeb97c77f86932b8b87025a1e084af1d70e466184 /paste/util/finddata.py
parent3f37b90346a24a8d507398be819576f2f79fadb1 (diff)
downloadpaste-2368386e137bcb0b381b887af472ffc26d42136a.tar.gz
Added some more directories to ignore
Diffstat (limited to 'paste/util/finddata.py')
-rw-r--r--paste/util/finddata.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/paste/util/finddata.py b/paste/util/finddata.py
index 9436b78..177543a 100644
--- a/paste/util/finddata.py
+++ b/paste/util/finddata.py
@@ -11,7 +11,7 @@ from distutils.util import convert_path
# of replicating them:
standard_exclude = ('*.py', '*.pyc', '*~', '.*', '*.bak')
standard_exclude_directories = ('.*', 'CVS', '_darcs', './build',
- './dist')
+ './dist', 'EGG-INFO', '*.egg-info')
def find_package_data(
where='.', package='',