Merge branch 'master' of github.com:tito/kivy

This commit is contained in:
Mathieu Virbel 2011-02-01 00:08:07 +01:00
commit c5f92d2faf
1 changed files with 2 additions and 1 deletions

View File

@ -169,7 +169,8 @@ setup(
author_email='kivy-dev@googlegroups.com',
url='http://kivy.org/',
license='LGPL',
description='A framework for making accelerated multitouch UI',
description='A software library for rapid development of ' + \
'hardware-accelerated multitouch applications.',
ext_modules=ext_modules,
cmdclass=cmdclass,
setup_requires=['nose>=0.11'],