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 231013b commit db02819Copy full SHA for db02819
setup.py
@@ -185,6 +185,7 @@ def copy_to_target(self, target: str):
185
download_url="https://github.com/TkinterEP/tksvg/releases",
186
license="GNU GPLv3",
187
long_description=read("README.md"),
188
+ long_description_content_type="text/markdown",
189
zip_safe=False,
190
**kwargs
191
)
0 commit comments