From a7f54b43a567c6c4ac1103b346b8dbfb5a4ee02c Mon Sep 17 00:00:00 2001 From: Nikos Skalkotos <skalkoto@grnet.gr> Date: Fri, 25 Jan 2013 13:06:55 +0200 Subject: [PATCH] Add the docs directory in MANIFEST.in When you create a source distribution with: python ./setup.py sdist The docs should be included in the source archive. --- MANIFEST.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 3f901fc..1a48a9a 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ include image_creator/help/*.rst -include README.rst -include COPYRIGHT +include README.rst COPYRIGHT +recursive-include docs * +prune docs/_build -- GitLab