From 7e940056f3297a9dad906a72582a89b4f83abd09 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Jun 30 2016 15:27:39 +0000 Subject: 0.1 --- diff --git a/.gitignore b/.gitignore index 3dc3826..6044d81 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ *.pyo modulemd.egg-info tests/dump.yaml +dist diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..4770795 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1,2 @@ +recursive-include docs * +include README.rst diff --git a/setup.py b/setup.py index a780864..e262c9f 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read(f): setup( name = "modulemd", - version = "0", + version = "0.1", author = "Petr Ĺ abata", author_email = "contyk@redhat.com", description = ("A python3 library for manipulation of the proposed "