summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2013-11-08 18:21:34 +0100
committerDavid Sommerseth <davids@redhat.com>2013-11-08 18:21:34 +0100
commitf4ba909ba4bb3842017438d9f3eaa3a93ded3d83 (patch)
treef2af41741d06008f5cbd0c09281d0b04e9487350
parentab3e06837432682233b0f12e462e0d985550547e (diff)
downloadrteval-f4ba909ba4bb3842017438d9f3eaa3a93ded3d83.tar.gz
rteval-f4ba909ba4bb3842017438d9f3eaa3a93ded3d83.tar.xz
rteval-f4ba909ba4bb3842017438d9f3eaa3a93ded3d83.zip
Fix MANIFEST.in - remove trailing / on the doc directory
This caused Python 2.7 sdist to not include the files listed in the recursive-include statement. Signed-off-by: David Sommerseth <davids@redhat.com>
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 94c1b6d..82560a8 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,3 +1,3 @@
include COPYING MANIFEST.in rteval-cmd
-recursive-include doc/ *.? *.txt
+recursive-include doc *.? *.txt
exclude dist/rteval dist/rteval.8.gz