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.',