.update-copyright.conf: Update configuration for update-copyright 0.6.2
[igor.git] / README
diff --git a/README b/README
index 825bc221de370b901401add705c5fb52563d4680..dc21b6292ded22b6c6465d043fdb70169a73078c 100644 (file)
--- a/README
+++ b/README
@@ -54,7 +54,7 @@ standard::
 
     $ python setup.py install
 
-You can also automate this installation with pip_.
+You can also automate this installation with pip_::
 
     $ pip install igor
 
@@ -86,31 +86,41 @@ Run internal unit tests with::
 
     $ nosetests --with-doctest --doctest-tests igor test
 
+The data in the ``test/data`` directory is in the Git repository, but
+it is not bundled with the source code.  If you want the test data,
+you'll have to clone the Git repository or download a snapshot.
+
 Licence
 =======
 
-This project is distributed under the `GNU General Public License
-Version 3`_ or greater.
+This project is distributed under the `GNU Lesser General Public
+License Version 3`_ or greater, see the ``COPYING`` file distributed
+with the project for details.
 
 Maintenance
 ===========
 
 Maintainer
-==========
+----------
 
 W. Trevor King
 wking@tremily.us
 Copyright 2008-2012
 
 Release procedure
-=================
+-----------------
 
 When a new version of the package is ready, increment __version__
-in igor.py and enter::
+in ``igor/__init__.py`` and run update-copyright_::
+
+    $ update-copyright.py
+
+to update the copyright blurbs.  Then run::
 
     $ python setup.py sdist upload
 
-This will place a new version on pypi.
+This will place a new version on PyPI.
+
 
 .. _layman: http://layman.sourceforge.net/
 .. _wtk overlay: http://blog.tremily.us/posts/Gentoo_overlay/
@@ -123,4 +133,6 @@ This will place a new version on pypi.
 .. _homepage: http://blog.tremily.us/posts/igor/
 .. _pip: http://pypi.python.org/pypi/pip
 .. _igor.py: http://pypi.python.org/pypi/igor.py
-.. _GNU General Public License Version 3: http://www.gnu.org/licenses/gpl.txt
+.. _GNU Lesser General Public License Version 3:
+    http://www.gnu.org/licenses/lgpl.txt
+.. _update-copyright: http://blog.tremily.us/posts/update-copyright/