add packages to install
parent
5409901607
commit
13e08e3ec8
2
setup.py
2
setup.py
|
@ -5,7 +5,7 @@ setup(
|
||||||
version='0.1.0',
|
version='0.1.0',
|
||||||
author='Alexandre L. Dias',
|
author='Alexandre L. Dias',
|
||||||
author_email='alexandre@katrid.com',
|
author_email='alexandre@katrid.com',
|
||||||
packages=['orun'],
|
packages=['orun', 'orun.examples', 'orun.extjs', 'orun.servers'],
|
||||||
url='http://pypi.python.org/pypi/Orun/',
|
url='http://pypi.python.org/pypi/Orun/',
|
||||||
license='LICENSE.txt',
|
license='LICENSE.txt',
|
||||||
description='Orun (Object RUNtime) Python JavaScript RIA framework.',
|
description='Orun (Object RUNtime) Python JavaScript RIA framework.',
|
||||||
|
|
Loading…
Reference in New Issue