projects
/
zzz-pokedex.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix whoosh version so Nidoran search works.
[zzz-pokedex.git]
/
setup.py
diff --git
a/setup.py
b/setup.py
index
2ded9f0
..
a5c8471
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-3,7
+3,8
@@
setup(
name = 'Pokedex',
version = '0.1',
packages = find_packages(),
- package_data = { '': ['data', 'images'] },
+ package_data = { '': 'data' },
+ install_requires=['SQLAlchemy>=0.5.1', 'whoosh==0.3.0b5'],
entry_points = {
'console_scripts': [