summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-29 16:11:31 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-29 16:11:31 +0300
commitf251a2b1751b4ee1d2d86c733b44531bc4d2be4c (patch)
tree3975fd146e965fc5e29f443195ab43ac8e5ac485
parent873e554e439077501e53489a21bd88b01a11eafc (diff)
downloadobnam-f251a2b1751b4ee1d2d86c733b44531bc4d2be4c.tar.gz
Ignore version.py when nitpicking
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index ef5d57c9..5b5d8883 100755
--- a/setup.py
+++ b/setup.py
@@ -315,6 +315,7 @@ class Check(Command):
r'^COPYING$',
r'^CC-BY-SA-4\.0\.txt$',
r'^\.gitignore$',
+ r'^obnamlib/version\.py$',
]
pats = [re.compile(x) for x in exclude]