X-Git-Url: http://git.veekun.com/zzz-pokedex.git/blobdiff_plain/a46d340557c0c5c8e1d420d9ff58cad3455a4969..0325f3975fad1f21c7ae11381538a1ef731d7473:/setup.py diff --git a/setup.py b/setup.py index edd8053..ee8a33c 100644 --- a/setup.py +++ b/setup.py @@ -2,8 +2,16 @@ from setuptools import setup, find_packages setup( name = 'Pokedex', version = '0.1', + zip_safe = False, packages = find_packages(), - package_data = { '': 'data' }, + package_data = { + 'pokedex': ['data/csv/*.csv'] + }, + install_requires=[ + 'docutils', + 'SQLAlchemy>=0.5.1', + 'whoosh>=0.3.0b24', + ], entry_points = { 'console_scripts': [