Make setup.py install work with package_data. veekun-promotions/2010051501
authorEevee <git@veekun.com>
Fri, 14 May 2010 01:06:50 +0000 (18:06 -0700)
committerEevee <git@veekun.com>
Sat, 15 May 2010 20:11:01 +0000 (13:11 -0700)
commit65e72f1bd2b2ffaefd67b326bf97112c7d92f638
tree1433b979a4e59f7bc8d00211d28fb5ca722a3b4d
parent7323dd76007f16915391386822a7bd8a3a58ebab
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.  :(
setup.py