diff --git a/README.md b/README.md index dfd64bc..dae84c1 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Steady Mark [![Build Status](https://secure.travis-ci.org/gabrielfalcao/steadymark.png)](http://travis-ci.org/gabrielfalcao/steadymark) -# Markdown files + python snippets = regression tests +# Turning your github readme files into python test suites since 2012 Steady Mark was created for python developers that love Github and markdown. diff --git a/setup.py b/setup.py index 83ec388..0bc05ce 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ # #!/usr/bin/env python # -*- coding: utf-8 -*- -# +# # Copyright (C) <2010> Gabriel Falcão # # Permission is hereby granted, free of charge, to any person @@ -40,7 +40,8 @@ def get_packages(): setup(name='steadymark', version=version, - description='assertion toolbox for python', + description=(u'Markdown-based test runner for python. ' + 'Good for github projects'), author=u'Gabriel Falcao', author_email='gabriel@nacaolivre.org', url='http://github.com/gabrielfalcao/steadymark', diff --git a/steadymark/__init__.py b/steadymark/__init__.py index aa20cf0..c22c9be 100644 --- a/steadymark/__init__.py +++ b/steadymark/__init__.py @@ -24,7 +24,7 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR # OTHER DEALINGS IN THE SOFTWARE. -version = '0.1' +version = '0.1.1' import os import sys import traceback