1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

Pokédex lookup now uses a whoosh index and spell-checker.

This commit is contained in:
Eevee 2009-07-25 01:28:33 -07:00
parent 8e08f88fd8
commit b13ffac247
3 changed files with 129 additions and 21 deletions

View file

@ -4,7 +4,7 @@ setup(
version = '0.1',
packages = find_packages(),
package_data = { '': 'data' },
install_requires=['SQLAlchemy>=0.5.1'],
install_requires=['SQLAlchemy>=0.5.1', 'whoosh>=0.1.24'],
entry_points = {
'console_scripts': [