We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab8da29 commit 9d676bfCopy full SHA for 9d676bf
setup.py
@@ -4,6 +4,7 @@
4
name='oyaml',
5
version='0.3',
6
description='Ordered YAML: drop-in replacement for PyYAML which preserves dict ordering',
7
+ long_description=open('README.rst').read(),
8
author='Wim Glenn',
9
author_email='hey@wimglenn.com',
10
url='https://github.com/wimglenn/oyaml',
0 commit comments