summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2014-12-23 08:33:35 +0200
committerMarius Gedminas <marius@gedmin.as>2014-12-23 08:34:09 +0200
commit0be49f3e9cf949a77641b3da36a666f095cc55b2 (patch)
tree5b114312de1832c95173d358de9e58d342b4588e
parent051a810754cb5730ca8957e4cabf38a29ac7d0b9 (diff)
downloadzope-i18n-0be49f3e9cf949a77641b3da36a666f095cc55b2.tar.gz
Oops
Trailing slashes in MANIFEST.in are not allowed, but this check is only performed on Windows.
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 0e35d2a..5162988 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,4 @@
include *.txt *.rst *.py *.ini buildout.cfg .travis.yml
recursive-include src *.txt *.py *.dtd *.xml *.html *.po *.mo *.in *.zcml
-recursive-include src/zope/i18n/tests/ *.mo
+recursive-include src/zope/i18n/tests *.mo
recursive-include docs *.rst *.py *.bat Makefile