Fix reStructuredText markup for `` */`` in the README.
authorW. Trevor King <wking@drexel.edu>
Sun, 25 Mar 2012 12:20:06 +0000 (08:20 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 25 Mar 2012 12:20:06 +0000 (08:20 -0400)
commit726e572a12f2e34f5e348bf9386c7c8b867c9128
tree3fd60792066398c35ed45f2295fb58a987684ef0
parent7abda844e15eaa8fee1abb76897c502eddcc5057
Fix reStructuredText markup for `` */`` in the README.

Use a nonbreaking space so that rst knows the first `` is the start of
a literal block.  Because I used a unicode nbsp, adjust setup.py to
appropriately import the long_description.  Note that this means
you'll have to use Python 3 for registering the package.
README
setup.py