Skip to content

Commit 7f23c54

Browse files
authored
Merge pull request #13 from wimglenn/conda
include license file in sdist for conda
2 parents 6afa522 + f083191 commit 7f23c54

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include LICENSE

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='oyaml',
5-
version='0.6',
5+
version='0.7',
66
description='Ordered YAML: drop-in replacement for PyYAML which preserves dict ordering',
77
long_description=open('README.rst').read(),
88
author='Wim Glenn',

0 commit comments

Comments
 (0)