From 13e08e3ec86dff1ac47f02bd5806d2f437bfe764 Mon Sep 17 00:00:00 2001 From: inpos Date: Wed, 8 Aug 2018 13:08:57 +0300 Subject: [PATCH] add packages to install --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4da8472..61bdba5 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( version='0.1.0', author='Alexandre L. Dias', author_email='alexandre@katrid.com', - packages=['orun'], + packages=['orun', 'orun.examples', 'orun.extjs', 'orun.servers'], url='http://pypi.python.org/pypi/Orun/', license='LICENSE.txt', description='Orun (Object RUNtime) Python JavaScript RIA framework.',