From: Eevee Date: Fri, 14 May 2010 01:06:50 +0000 (-0700) Subject: Make setup.py install work with package_data. X-Git-Tag: veekun-promotions/2010051501^0 X-Git-Url: http://git.veekun.com/zzz-pokedex.git/commitdiff_plain/65e72f1bd2b2ffaefd67b326bf97112c7d92f638?hp=65e72f1bd2b2ffaefd67b326bf97112c7d92f638 Make setup.py install work with package_data. The CSVs are now the only package data. Otherwise, setuptools would copy every single sprite individually to the standard library directory, which is slow and time-consuming and wasteful. If you need the sprites, use them from the repo. :( ---