Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit 5a0adbd

Browse files
explicitly include the content type for properly markdown rendering
Co-Authored-By: Samuel Williams <samuelhwilliams@users.noreply.github.com>
1 parent 8e9c881 commit 5a0adbd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
python_requires='>=2.6',
1919
description='For little HTML GUI applications, with easy Python/JS interop',
2020
long_description=long_description,
21+
long_description_content_type='text/markdown',
2122
keywords=['gui', 'html', 'javascript', 'electron'],
2223
)

0 commit comments

Comments
 (0)