Juan Hernandez has uploaded a new change for review. Change subject: sdk: Fix file names in MANIFEST.in ......................................................................
sdk: Fix file names in MANIFEST.in A previous commit changed the format of the documentation files from plain text to markdown, and added the .md suffix to the file names, but the MANIFEST.in file wasn't according correctly. As a result the new documentation files aren't included in the source release. This patch fixes the MANIFEST.in file. Change-Id: I8ecf51a2f49b6b7fed53528f1ef1030c349adad9 Signed-off-by: Juan Hernandez <[email protected]> --- M MANIFEST.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk refs/changes/87/33387/1 diff --git a/MANIFEST.in b/MANIFEST.in index b8ae943..97c8dc9 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ include setup.py -include README AUTHORS LICENSE MANIFEST.in +include README.md AUTHORS.md LICENSE.md MANIFEST.in recursive-include src/ovirtsdk *.py recursive-exclude src/codegen *.* -- To view, visit http://gerrit.ovirt.org/33387 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8ecf51a2f49b6b7fed53528f1ef1030c349adad9 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
