diff --git a/README.rst b/README.rst index 6b41c885ebed6c72bfdd2e8f562aad8c1868edc1..773502ff8fba41572bf486ccd6f9bb10746019ec 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 0c1476f23dc8586293ab4b8b5d3dbaf851172cb3..41af5f89a6a348a2685a0d8123b6c7922c724352 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.