Skip to content

Commit 9d676bf

Browse files
committed
add long_description metadata for PyPI landing page
1 parent ab8da29 commit 9d676bf

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
@@ -4,6 +4,7 @@
44
name='oyaml',
55
version='0.3',
66
description='Ordered YAML: drop-in replacement for PyYAML which preserves dict ordering',
7+
long_description=open('README.rst').read(),
78
author='Wim Glenn',
89
author_email='hey@wimglenn.com',
910
url='https://github.com/wimglenn/oyaml',

0 commit comments

Comments
 (0)