Remove twine warning

Get rid of "warning: `long_description_content_type` missing.
defaulting to `text/x-rst`."
This commit is contained in:
Régis Behmo 2019-09-23 11:36:21 +02:00
parent 74d50e52c3
commit 431ef10eb0
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ setup(
author_email="contact@overhang.io",
description="The Open edX distribution for the busy system administrator",
long_description=readme,
long_description_content_type="text/x-rst",
packages=find_packages(exclude=["tests*"]),
include_package_data=True,
python_requires=">=3.5",