diff --git a/setup.py b/setup.py index b962b88..5aa46b7 100644 --- a/setup.py +++ b/setup.py @@ -4,6 +4,7 @@ name='oyaml', version='0.3', description='Ordered YAML: drop-in replacement for PyYAML which preserves dict ordering', + long_description=open('README.rst').read(), author='Wim Glenn', author_email='hey@wimglenn.com', url='https://github.com/wimglenn/oyaml',