Add missing long_description_content_type kwarg to setuptools (#11309)

This commit is contained in:
Viicos
2024-01-24 18:27:44 +01:00
committed by GitHub
parent 289c3f79b0
commit 8b9b0f4d03

View File

@@ -33,6 +33,7 @@ def setup(
version: str = ...,
description: str = ...,
long_description: str = ...,
long_description_content_type: str = ...,
author: str = ...,
author_email: str = ...,
maintainer: str = ...,