fix install
parent
bdc2f9d918
commit
e13109f5aa
4
setup.py
4
setup.py
|
@ -5,9 +5,9 @@ setup(
|
|||
version='0.1.0',
|
||||
author='Alexandre L. Dias',
|
||||
author_email='alexandre@katrid.com',
|
||||
packages=['orun', 'orun.test'],
|
||||
packages=['orun'],
|
||||
url='http://pypi.python.org/pypi/Orun/',
|
||||
license='LICENSE.txt',
|
||||
description='Orun (Object RUNtime) Python JavaScript RIA framework.',
|
||||
long_description=open('README.txt').read(),
|
||||
long_description=open('README').read(),
|
||||
)
|
Loading…
Reference in New Issue