diff MANIFEST.in @ 1077:ee3a5a5f66bf beta

fixed recursive include typo in manifest thanks to Fredrik Håård
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 25 Feb 2011 00:10:06 +0100
parents 62a9c5aeb5ec
children 2d7a94f3eaae
line wrap: on
line diff
--- a/MANIFEST.in	Thu Feb 24 23:44:21 2011 +0100
+++ b/MANIFEST.in	Fri Feb 25 00:10:06 2011 +0100
@@ -2,7 +2,7 @@
 include rhodecode/lib/dbmigrate/migrate.cfg
 
 include README.rst
-recursive-include rhodecode/i18n/ *
+recursive-include rhodecode/i18n *
 
 #images
 recursive-include rhodecode/public/css *