Skip to content

Commit db02819

Browse files
committed
Add long_description_content_type to setup
1 parent 231013b commit db02819

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ def copy_to_target(self, target: str):
185185
download_url="https://github.com/TkinterEP/tksvg/releases",
186186
license="GNU GPLv3",
187187
long_description=read("README.md"),
188+
long_description_content_type="text/markdown",
188189
zip_safe=False,
189190
**kwargs
190191
)

0 commit comments

Comments
 (0)