update readme and bump version

This commit is contained in:
Jason Kölker 2012-01-04 16:09:10 -06:00
parent 5433b4c12d
commit 36cd37575e
2 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
openstack-nose - Nose plugin for openstack style test output
============================================================
openstack.nose_plugin - Nose plugin for openstack style test output
===================================================================
openstack-nose provides a nose plugin that allow's nosetests output to
openstack.nose_plugin provides a nose plugin that allow's nosetests output to
mimic the output of openstack's run_tests.py.
Installation
------------
pip install -e git+https://github.com/jkoelker/openstack-nose.git#egg=openstack.nose_plugin
pip install openstack.nose_plugin
Usage
-----

View File

@ -1,6 +1,6 @@
from setuptools import setup, find_packages
version = "0.1"
version = "0.2"
setup(name="openstack.nose_plugin",
version=version,