Skip to content

Commit

Permalink
Remove badges on PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
noirbizarre committed Jul 30, 2013
1 parent 40a5683 commit 5b87afa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.py
Expand Up @@ -8,6 +8,10 @@
(r'\.\.\s? code-block::\s*(\w|\+)+', '::'),
# Remove travis ci badge
(r'.*travis-ci\.org/.*', ''),
# Remove pypip.in badges
(r'.*pypip\.in/.*', ''),
(r'.*crate\.io/.*', ''),
(r'.*coveralls\.io/.*', ''),
)


Expand Down

0 comments on commit 5b87afa

Please sign in to comment.