Skip to content

Commit d25b4d3

Browse files
committed
Fix content type for long_description
1 parent 8dc6948 commit d25b4d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def read_file(filename):
5353
read_file("CHANGES.rst"),
5454
)
5555
),
56+
long_description_content_type="text/x-rst",
5657
packages=["aiohttp_cors"],
5758
setup_requires=[
5859
# Environment markers were implemented and stabilized in setuptools

0 commit comments

Comments
 (0)