From: Eevee Date: Mon, 14 Sep 2009 03:11:05 +0000 (-0700) Subject: Fixed up setup.py. Most notably, 'install' now works. X-Git-Tag: veekun-promotions/2010050901~167 X-Git-Url: http://git.veekun.com/zzz-pokedex.git/commitdiff_plain/c74ea7347fb10e9d8f62944eb92eaaf701755508?ds=sidebyside;hp=c74ea7347fb10e9d8f62944eb92eaaf701755508 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. ---