mirror of https://github.com/kivy/kivy.git
Mark description as markdown. [build wheel]
This commit is contained in:
parent
23cd039be0
commit
65238ea133
1
setup.py
1
setup.py
|
@ -1078,6 +1078,7 @@ if not build_examples:
|
||||||
'A software library for rapid development of '
|
'A software library for rapid development of '
|
||||||
'hardware-accelerated multitouch applications.'),
|
'hardware-accelerated multitouch applications.'),
|
||||||
long_description=get_description(),
|
long_description=get_description(),
|
||||||
|
long_description_content_type='text/markdown',
|
||||||
ext_modules=ext_modules,
|
ext_modules=ext_modules,
|
||||||
cmdclass=cmdclass,
|
cmdclass=cmdclass,
|
||||||
packages=[
|
packages=[
|
||||||
|
|
Loading…
Reference in New Issue