'pokedex': ['data/csv/*.csv']
},
install_requires=[
- 'SQLAlchemy>=0.6',
- 'whoosh>=0.3.0b24',
+ 'SQLAlchemy>=0.6.6',
+ 'whoosh>=1.1.0',
'markdown',
+ 'construct',
],
entry_points = {
'console_scripts': [
- 'pokedex = pokedex:main',
+ 'pokedex = pokedex.main:main',
],
},
)