mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Add missing long_description_content_type kwarg to setuptools (#11309)
This commit is contained in:
@@ -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 = ...,
|
||||
|
||||
Reference in New Issue
Block a user