From 431ef10eb052819f449a9ddea84ce19018ead014 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 23 Sep 2019 11:36:21 +0200 Subject: [PATCH] Remove twine warning Get rid of "warning: `long_description_content_type` missing. defaulting to `text/x-rst`." --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 18dd126..6134bd8 100644 --- a/setup.py +++ b/setup.py @@ -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",