From b44e5e86d4646d8bfff5844bdbdcf926e31b7f2e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 21 Jul 2012 08:33:01 -0400 Subject: [PATCH] Add update-copyright blurb to the README (+minor typo fixes). --- README | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README b/README index bdad784..0166c1e 100644 --- a/README +++ b/README @@ -101,21 +101,26 @@ 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/ @@ -129,3 +134,4 @@ This will place a new version on pypi. .. _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 +.. _update-copyright: http://blog.tremily.us/posts/update-copyright/ -- 2.26.2