diff --git a/CHANGES.md b/CHANGES.md index 0cccd9e..58b1553 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ Changelog ========= +1.0.3 - 2016-01-05 +------------------ + +- Include tests in MANIFEST.in - See further discussion in #8 + + 1.0.2 - 2015-09-23 ------------------ diff --git a/README.rst b/README.rst index 074ef59..6f3e68a 100644 --- a/README.rst +++ b/README.rst @@ -164,8 +164,7 @@ Developing $ git clone https://github.com/click-contrib/click-plugins.git $ cd click-plugins - $ virtualenv venv && source venv/bin/activate - $ pip install -e .[dev] + $ pip install -e .\[dev\] $ py.test tests --cov click_plugins --cov-report term-missing