fix install

master
inpos 2018-08-08 11:07:52 +03:00
parent bdc2f9d918
commit e13109f5aa
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@ 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', 'orun.test'], packages=['orun'],
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.',
long_description=open('README.txt').read(), long_description=open('README').read(),
) )