summaryrefslogtreecommitdiff
path: root/checkeol.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-09-04 10:18:16 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-09-04 10:18:16 -0400
commit071177c7ab5f70020f52fb46a910f3a6ed8c4426 (patch)
tree68112e667fb002b2a5e77d5d4daec591a793f3d6 /checkeol.py
parentf8549b939ee54085e9d810f9fdd4364611432100 (diff)
downloadpython-coveragepy-git-071177c7ab5f70020f52fb46a910f3a6ed8c4426.tar.gz
A custom setup.py command to fix tarfile permissions. Fixes #54.
Diffstat (limited to 'checkeol.py')
-rw-r--r--checkeol.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/checkeol.py b/checkeol.py
index 5d18d9e3..66c1ba42 100644
--- a/checkeol.py
+++ b/checkeol.py
@@ -33,5 +33,6 @@ check_files("coverage/htmlfiles", ["*.html", "*.css", "*.js"])
check_files("test", ["*.py"])
check_files("test", ["*,cover"], trail_white=False)
check_file("setup.py")
+check_files("distcmd", ["*.py"])
check_files("doc", ["*.rst"])
check_files(".", ["*.txt"])