diff --git a/setup.py b/setup.py index 82645ce..e97257e 100644 --- a/setup.py +++ b/setup.py @@ -5,6 +5,7 @@ setuptools.setup( version='0.4.0', author='Alexandre L. Dias, Roman Borodin (inpos@yandex.ru)', author_email='alexandre@katrid.com', + packages=setuptools.find_packages(), include_package_data=True, zip_safe=False, url='http://pypi.python.org/pypi/Orun/',