Skip to content

Commit

Permalink
Bring consistency back to the tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut committed Jul 31, 2015
1 parent 7236afa commit 569f0a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README-pypi.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Green
=====

Green is a clean, colorful, fast, multi-process test runner for Python.
Green is a clean, colorful, fast python test runner.

Documentation
-------------
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Green: A clean, colorful, fast, multi-process test runner.
=====
# Green
## A clean, colorful, fast python test runner.

[![Join the chat at https://gitter.im/CleanCut/green](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/CleanCut/green?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
],
},
test_suite='green.test',
description = 'Green is a clean, colorful test runner for Python unit tests.',
description = 'Green is a clean, colorful, fast python test runner.',
long_description = long_description,
author = 'Nathan Stocks',
author_email = 'nathan.stocks@gmail.com',
Expand Down

0 comments on commit 569f0a6

Please sign in to comment.