[FIX] Packaging: exclude *.hg* in MANIFEST.in

This fixes the lintian warning package-contains-vcs-control-file
for Debian packaging.
This commit is contained in:
Aaron Bohy 2015-01-08 12:31:09 +01:00
parent 629572cb76
commit 59a7615d3c
1 changed files with 2 additions and 1 deletions

View File

@ -23,4 +23,5 @@ recursive-include openerp *.woff
recursive-include openerp *.xsl
recursive-include openerp *.xml
recursive-include openerp *.yml
recursive-exclude * *.py[co]
recursive-exclude * *.py[co]
recursive-exclude * *.hg*