.update-copyright.conf: update to pipe separators.
This brings the config file up to speed with the following
update-copyright commit:
commit
3c68a1a48419d8b2bbc2ce0e7f1700b996ec30e9
Author: W. Trevor King <wking@tremily.us>
Date: Fri Oct 19 21:52:48 2012 -0400
project: for consistency, also separate ignored paths with pipes
Bump version to 0.3.
Ran update-copyright.py.
Add .mailmap translating my drexel address to tremily.
Update for Python 3 compatibility.
Add .update-copyright.conf for automatic copyright blurb maintenance.
Cleanup setup.py and migrate to tremily.us.
Cleanup now that I have more Python experience.
* Bump to version 0.2
* Assorted changes towards more standard style (PEP 8)
* Things we don't want exported now prefixed with an underscore.
* Don't rely on __del__ for cleanup.
* Doctest-based tests (Nose is great!).
* Use Distutils, not Setuptools (easy_install is evil!).
* Add .gitignore and COPYING.
Began versioning.