From 325ea8b7337485fc404f537f726130c61439e156 Mon Sep 17 00:00:00 2001 From: sshwsfc Date: Thu, 16 May 2013 10:23:31 +0800 Subject: [PATCH] Remove recursive-exclude to delete warning when install. --- MANIFEST.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index c718425c0..ca22cf7fa 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,6 +5,4 @@ recursive-include xadmin/locale * recursive-include xadmin/static/xadmin/css * recursive-include xadmin/static/xadmin/js * recursive-include xadmin/static/xadmin/vendor * -recursive-include xadmin/templates * -recursive-exclude * __pycache__ -recursive-exclude * *.py[co] \ No newline at end of file +recursive-include xadmin/templates * \ No newline at end of file