Skip to content

Commit

Permalink
Update contributing.rst and MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
joowani committed Jan 13, 2018
1 parent d3b5d42 commit d6523e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1 +1 @@
include README.rst LICENSE tests.py
include README.rst LICENSE
2 changes: 1 addition & 1 deletion binarytree/version.py
@@ -1 +1 @@
__version__ = '3.0.1'
__version__ = '3.0.1' # pragma: no cover
4 changes: 2 additions & 2 deletions docs/contributing.rst
Expand Up @@ -35,7 +35,7 @@ following requirements:
~$ git checkout dev
~$ git fetch origin
~$ git reset --hard origin/dev # THIS WILL WIPE AL LOCAL CHANGES
~$ git reset --hard origin/dev # THIS WILL WIPE ALL LOCAL CHANGES
Style
=====
Expand All @@ -57,7 +57,7 @@ Testing
=======

To test your changes, run the unit tests that come with **binarytree** on your
local machine. The tests use pytest_.
local machine. The tests are written using pytest_.

To run the unit tests:

Expand Down

0 comments on commit d6523e6

Please sign in to comment.