diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-30 06:58:57 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-11-30 06:58:57 -0500 |
| commit | 6e2f6769f41da27cfa50193b4a9accd59b9a1017 (patch) | |
| tree | cec15d66b239dad243e4977d2d233d2deda89d80 /checkeol.py | |
| parent | d0c093b8e80972bf5097d6d210b2cc8af0598696 (diff) | |
| download | python-coveragepy-6e2f6769f41da27cfa50193b4a9accd59b9a1017.tar.gz | |
Use Distribute for 3.x, stick with setuptools for 2.x
Diffstat (limited to 'checkeol.py')
| -rw-r--r-- | checkeol.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/checkeol.py b/checkeol.py index 8b6f60c..68efc2f 100644 --- a/checkeol.py +++ b/checkeol.py @@ -20,6 +20,5 @@ def check_files(root, patterns): dirs.remove('.svn') check_files("coverage", ["*.py"]) -check_files("scripts", ["*"]) check_files("test", ["*.py", "*,cover"]) check_file("setup.py") |
