summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authormjr <devnull@localhost>2005-05-02 12:14:37 +0000
committermjr <devnull@localhost>2005-05-02 12:14:37 +0000
commit2f69e504c9946ed8e23d4804c75d9ee3e2979f04 (patch)
treee0703be17f2eae88e2dc306c468748b587863eb8 /MANIFEST.in
parente3e9d57b769247dc74f4c597ab69191629409c69 (diff)
downloadpaste-2f69e504c9946ed8e23d4804c75d9ee3e2979f04.tar.gz
Remove trailing / from recursive-include directories that was breaking sdist build.
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index bc5f78a..25dbd86 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,5 +1,5 @@
-recursive-include docs/ *.txt *.html *.css
-recursive-include examples/ *.py *.txt *.cgi
+recursive-include docs *.txt *.html *.css
+recursive-include examples *.py *.txt *.cgi
recursive-include *.py
recursive-include *.html
recursive-include *.css