From f465f2e42653f48360b556a8633f1ba7eb9e7f9d Mon Sep 17 00:00:00 2001 From: inpos Date: Thu, 23 Aug 2018 18:48:14 +0300 Subject: [PATCH] ... --- setup.py | 1 + 1 file changed, 1 insertion(+) 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/',