Fixed up setup.py. Most notably, 'install' now works.
authorEevee <git@veekun.com>
Mon, 14 Sep 2009 03:11:05 +0000 (20:11 -0700)
committerEevee <git@veekun.com>
Mon, 14 Sep 2009 03:11:05 +0000 (20:11 -0700)
commitc74ea7347fb10e9d8f62944eb92eaaf701755508
tree2b46e7f543a9185f277984febfb0eefa566951f6
parent66a251bd6b2c25164a59d1f696894309771e1e12
Fixed up setup.py.  Most notably, 'install' now works.

The package_data line was still wrong.

Also turned off zip_safe, since it's really not; pokedex setup tries to
write to the install directory!

Finally, bumped the whoosh version; the beta I required has been taken
off pypi, and the bugs in b6 seem to be gone now.
setup.py