diff --git a/COPYRIGHT b/COPYRIGHT
index b9a898304cb5dc899c01fcefbcbeafa6875a3a0d..c777b532954ad8402670f27a9699a85fd996cc4a 100644
--- a/COPYRIGHT
+++ b/COPYRIGHT
@@ -1 +1 @@
-Copyright 2016-2018 University of Oxford, Oxford, UK
+Copyright 2016-2019 University of Oxford, Oxford, UK
diff --git a/LICENSE b/LICENSE
index f972f25302ccb0e84adab1c44ecf628a42cccf44..acc27ef8c17068c5949cdc5d5f39a42b063089b9 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
 The fslpy library
 
-Copyright 2016-2017 University of Oxford, Oxford, UK.
+Copyright 2016-2019 University of Oxford, Oxford, UK.
 
 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
diff --git a/MANIFEST.in b/MANIFEST.in
index 32593440222951ade0e5328eaa0df0f184872124..b0332d96464e6ad2c78ce129c9a401bc079c254e 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,9 +1,12 @@
+include           AUTHOR
 include           LICENSE
 include           COPYRIGHT
+include           CHANGELOG.rst
+include           README.rst
 include           requirements.txt
 include           requirements-dev.txt
 include           requirements-extra.txt
-include           pytest.ini
+include           setup.cfg
 recursive-include doc      *
 recursive-exclude doc/html *
 recursive-include tests    *
diff --git a/README.rst b/README.rst
index 2c3a7bb4470caa91d4afe208df90e29695afbd69..f4e6d3c31cc50228c8b81c0b09831fef81b1c73c 100644
--- a/README.rst
+++ b/README.rst
@@ -59,13 +59,14 @@ Some extra dependencies are listed in `requirements.txt
 
 
 If you are using Linux, you need to install wxPython first, as binaries are
-not available on PyPI. Change the URL for your specific platform::
+not available on PyPI. Install wxPython like so, changing the URL for your
+specific platform::
 
     pip install -f https://extras.wxpython.org/wxPython4/extras/linux/gtk2/ubuntu-16.04/ wxpython
 
 
-Once wxPython has been installed, you can simply type the following to install
-the rest of the extra dependencies::
+Once wxPython has been installed, you can type the following to install the
+rest of the extra dependencies::
 
     pip install fslpy[extras]