From 35f506a483f927efe1e9197449450879a33b8a23 Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Sat, 26 May 2012 21:39:26 +0100 Subject: [PATCH] Make travis link more specific. --- README.rst | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 6b41c88..773502f 100644 --- a/README.rst +++ b/README.rst @@ -42,4 +42,4 @@ accepted patches to both. * http://code.google.com/p/chkcrontab/ * http://github.com/lyda/chkcrontab/ -.. _`Travis`: http://travis-ci.org/ +.. _`Travis`: http://travis-ci.org/#!/lyda/chkcrontab diff --git a/setup.py b/setup.py index 0c1476f..41af5f8 100755 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ class CleanCommand(Command): def run(self): # Configure for this project. - suffixes2del = [ 'MANIFEST', '.pyc' ] + suffixes2del = [ 'MANIFEST', '.pyc', 'chkcrontabc' ] dirs2del = [ './build', './dist' ] dirs2ign = [ './.git' ] # End config. -- GitLab