diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-03-16 23:48:17 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2012-03-16 23:48:17 +0100 |
commit | 4813712507fdc51e915d98f26f87db407ad21d38 (patch) | |
tree | da2ebac2b1b81e8ab0d4548416ada14f1495716d | |
parent | 48f99ca1aff47c96a7b1b4ffcb5c9a6d5dcf2a47 (diff) | |
download | yamlish-4813712507fdc51e915d98f26f87db407ad21d38.tar.gz |
Add NEWS.txt to be packaged as well.0.6
-rw-r--r-- | MANIFEST.in | 1 | ||||
-rw-r--r-- | yamlish.py | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..7e89e1e --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include NEWS.txt
\ No newline at end of file @@ -113,7 +113,7 @@ import logging import yaml __docformat__ = 'reStructuredText' -__version__ = "0.5" +__version__ = "0.6" __author__ = "Matej Cepl <mcepl_at_redhat_dot_com>" class _YamlishLoader(yaml.loader.SafeLoader): |