projects
/
zzz-pokedex.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
B&W: Japanese names for all those new Pokémon and moves.
[zzz-pokedex.git]
/
setup.py
diff --git
a/setup.py
b/setup.py
index
62da748
..
d66e74c
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-4,11
+4,14
@@
setup(
version = '0.1',
zip_safe = False,
packages = find_packages(),
version = '0.1',
zip_safe = False,
packages = find_packages(),
- package_data = { '': ['pokedex/data'] },
+ package_data = {
+ 'pokedex': ['data/csv/*.csv']
+ },
install_requires=[
install_requires=[
- 'docutils',
- 'SQLAlchemy>=0.5.1',
+ 'SQLAlchemy>=0.6',
'whoosh>=0.3.0b24',
'whoosh>=0.3.0b24',
+ 'markdown',
+ 'construct',
],
entry_points = {
],
entry_points = {