Added Pichu form description so its page actually works.
[zzz-pokedex.git] / setup.py
index 777ab1b..cf9f278 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,10 +1,11 @@
 from setuptools import setup, find_packages
-print find_packages()
 setup(
     name = 'Pokedex',
     version = '0.1',
+    zip_safe = False,
     packages = find_packages(),
-    package_data = { '': ['data/*', 'images'] },
+    package_data = { '': ['pokedex/data'] },
+    install_requires=['SQLAlchemy>=0.5.1', 'whoosh>=0.3.0b24'],
 
     entry_points = {
         'console_scripts': [