Respect UTF-8 README in setup.py.
authorW. Trevor King <wking@drexel.edu>
Fri, 17 Feb 2012 02:50:28 +0000 (21:50 -0500)
committerW. Trevor King <wking@drexel.edu>
Fri, 17 Feb 2012 02:56:58 +0000 (21:56 -0500)
commit7057ca1c72f66e5b9195227bc7db90cf4a5cb492
treed363019aa9a326664e9d4485800738ae23a4a3dc
parent1f5967c8792a14ae3b6395e6390a9c30c5bb6356
Respect UTF-8 README in setup.py.

Also make a few minor changes to hooke/__init__.py so I can use

  $ python3 setup.py register -r pypi

to push the new metadata to PyPI.  Using Python 3 works around
http://bugs.python.org/issue13114.

I also had to explicitly convert classifiers to a list to avoid:
  Server response (400): Invalid classifier "<filter object at 0x...>"
hooke/__init__.py
setup.py