X-Git-Url: http://git.veekun.com/zzz-pokedex.git/blobdiff_plain/4fe48baffb5156027c6d186308998412554a6906..0fa9881f4061e135cf789ce70325a1b17f2fc2a0:/setup.py?ds=inline diff --git a/setup.py b/setup.py index 70e0a95..0021d98 100644 --- a/setup.py +++ b/setup.py @@ -3,8 +3,8 @@ setup( name = 'Pokedex', version = '0.1', packages = find_packages(), - package_data = { '': 'data' }, - install_requires=['SQLAlchemy>=0.5.1', 'whoosh>=0.1.24'], + package_data = { '': ['data'] }, + install_requires=['SQLAlchemy>=0.5.1', 'whoosh==0.3.0b5'], entry_points = { 'console_scripts': [