We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6afa522 + f083191 commit 7f23c54Copy full SHA for 7f23c54
MANIFEST.in
@@ -0,0 +1 @@
1
+include LICENSE
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='oyaml',
5
- version='0.6',
+ version='0.7',
6
description='Ordered YAML: drop-in replacement for PyYAML which preserves dict ordering',
7
long_description=open('README.rst').read(),
8
author='Wim Glenn',
0 commit comments