Skip to content

Commit

Permalink
Updates post-migration to Eventbrite GitHub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kip-eb committed Jan 3, 2017
1 parent 897d700 commit 9e5f321
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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': [
Expand Down

0 comments on commit 9e5f321

Please sign in to comment.