aboutsummaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2011-02-25 00:10:06 +0100
committerMarcin Kuzminski <marcin@python-works.com>2011-02-25 00:10:06 +0100
commitd87ff08835f2ee5a9cfd6c1d288a936ce7ae1bdc (patch)
tree8fbc56dc0ac51334781205ab24be2307868a7b30 /MANIFEST.in
parentc170147e4c4d321478a4a86b3f97c5acfddaf5c4 (diff)
fixed recursive include typo in manifest thanks to Fredrik Håård
--HG-- branch : beta
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 27184523..836fbeee 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -2,7 +2,7 @@ include rhodecode/config/deployment.ini_tmpl
include rhodecode/lib/dbmigrate/migrate.cfg
include README.rst
-recursive-include rhodecode/i18n/ *
+recursive-include rhodecode/i18n *
#images
recursive-include rhodecode/public/css *