We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc6948 commit d25b4d3Copy full SHA for d25b4d3
1 file changed
setup.py
@@ -53,6 +53,7 @@ def read_file(filename):
53
read_file("CHANGES.rst"),
54
)
55
),
56
+ long_description_content_type="text/x-rst",
57
packages=["aiohttp_cors"],
58
setup_requires=[
59
# Environment markers were implemented and stabilized in setuptools
0 commit comments