diff --git a/README.md b/README.md index de58cdb..8dafb5c 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ See `examples/test_sample.py` file for annotation examples. Follow the instructions below to see plugin in action. ``` -$ git clone https://github.com/rv-kip/nose-annotator.git +$ git clone https://github.com/eventbrite/nose-annotator.git $ cd nose-annotator $ sudo pip install nose $ sudo easy_install . diff --git a/setup.py b/setup.py index 0a0756f..890fe02 100644 --- a/setup.py +++ b/setup.py @@ -11,11 +11,11 @@ name = 'nose-annotator' setup( name=name, - version='1.0.0', + version='1.0.1', description='Plugin to annotate testcases and produce a mapping .csv file of [testcase name],[annotation]', author='Kip Gebhardt', - author_email='kgebhardt23@gmail.com', - url='http://github.com/rv-kip/%s' % name, + author_email='kip@eventbrite.com', + url='http://github.com/eventbrite/%s' % name, packages=find_packages(exclude=["tests"]), entry_points={ 'nose.plugins.0.10': [