set description content type
parent
c8b3587900
commit
d4dbab81ba
1
setup.py
1
setup.py
|
@ -10,6 +10,7 @@ setup(
|
||||||
version="5.0",
|
version="5.0",
|
||||||
description="A Django application for creating online questionnaires/surveys.",
|
description="A Django application for creating online questionnaires/surveys.",
|
||||||
long_description=read("README.md"),
|
long_description=read("README.md"),
|
||||||
|
long_description_content_type="text/markdown",
|
||||||
author="Eldest Daughter, LLC., Free Ebook Foundation",
|
author="Eldest Daughter, LLC., Free Ebook Foundation",
|
||||||
author_email="gcaprio@eldestdaughter.com, eric@hellman.net",
|
author_email="gcaprio@eldestdaughter.com, eric@hellman.net",
|
||||||
license="BSD",
|
license="BSD",
|
||||||
|
|
Loading…
Reference in New Issue