projects
/
zzz-pokedex.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added a prefix_lookup() function, for suggestions.
[zzz-pokedex.git]
/
setup.py
diff --git
a/setup.py
b/setup.py
index
0021d98
..
cf9f278
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-2,9
+2,10
@@
from setuptools import setup, find_packages
setup(
name = 'Pokedex',
version = '0.1',
setup(
name = 'Pokedex',
version = '0.1',
+ zip_safe = False,
packages = find_packages(),
packages = find_packages(),
- package_data = { '': ['data'] },
- install_requires=['SQLAlchemy>=0.5.1', 'whoosh
==0.3.0b5
'],
+ package_data = { '': ['
pokedex/
data'] },
+ install_requires=['SQLAlchemy>=0.5.1', 'whoosh
>=0.3.0b24
'],
entry_points = {
'console_scripts': [
entry_points = {
'console_scripts': [