X-Git-Url: http://git.veekun.com/zzz-pokedex.git/blobdiff_plain/14ac0c55489ad42f1cfac3a254ab0e4778c00a35..03ebe5e0732b0ae482bcbaa553eaac28ca78761c:/setup.py diff --git a/setup.py b/setup.py index 421ab85..62da748 100644 --- a/setup.py +++ b/setup.py @@ -2,9 +2,14 @@ from setuptools import setup, find_packages setup( name = 'Pokedex', version = '0.1', + zip_safe = False, packages = find_packages(), - package_data = { '': 'data' }, - install_requires=['SQLAlchemy>=0.5.1', 'whoosh>=0.2.0'], + package_data = { '': ['pokedex/data'] }, + install_requires=[ + 'docutils', + 'SQLAlchemy>=0.5.1', + 'whoosh>=0.3.0b24', + ], entry_points = { 'console_scripts': [