projects
/
zzz-pokedex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
b5fde0d
)
Fix whoosh version so Nidoran search works.
author
Eevee
<git@veekun.com>
Sun, 23 Aug 2009 04:50:33 +0000
(21:50 -0700)
committer
Eevee
<git@veekun.com>
Sun, 23 Aug 2009 04:50:33 +0000
(21:50 -0700)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
d98500f
..
a5c8471
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-4,7
+4,7
@@
setup(
version = '0.1',
packages = find_packages(),
package_data = { '': 'data' },
version = '0.1',
packages = find_packages(),
package_data = { '': 'data' },
- install_requires=['SQLAlchemy>=0.5.1', 'whoosh
>=0.3.0b1
'],
+ install_requires=['SQLAlchemy>=0.5.1', 'whoosh
==0.3.0b5
'],
entry_points = {
'console_scripts': [
entry_points = {
'console_scripts': [