Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 0d2baab

Browse files
committed
Define long_description_content_type
1 parent 51915b3 commit 0d2baab

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
@@ -36,6 +36,7 @@ def get_version():
3636
version=get_version(),
3737
description='blockdiag generates block-diagram image from text',
3838
long_description=open("README.rst").read(),
39+
long_description_content_type='text/x-rst',
3940
classifiers=classifiers,
4041
keywords=['diagram', 'generator'],
4142
author='Takeshi Komiya',

0 commit comments

Comments
 (0)