Skip to content

Commit

Permalink
Add missing long_description_content_type kwarg to setuptools (#11309)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos authored Jan 24, 2024
1 parent 289c3f7 commit 8b9b0f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stubs/setuptools/setuptools/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ...,
Expand Down

0 comments on commit 8b9b0f4

Please sign in to comment.