mirror of https://github.com/kivy/kivy.git
Merge branch 'master' of github.com:tito/kivy
This commit is contained in:
commit
c5f92d2faf
3
setup.py
3
setup.py
|
@ -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'],
|
||||
|
|
Loading…
Reference in New Issue