Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit c97c846

Browse files
committed
Avoid a warning when using twine check.
1 parent f81d02d commit c97c846

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog.d/9180.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add a `long_description_type` to the package metadata.

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def exec_file(path_segments):
121121
include_package_data=True,
122122
zip_safe=False,
123123
long_description=long_description,
124+
long_description_content_type="text/x-rst",
124125
python_requires="~=3.5",
125126
classifiers=[
126127
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)