Remove po from setup.py

This commit is contained in:
resteve 2012-10-09 09:41:36 +02:00
parent cd335975f2
commit f04d7142d7
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ setup(name='trytond_sale_invoice_cancel',
],
package_data={
'trytond.modules.sale_invoice_cancel': info.get('xml', []) \
+ ['tryton.cfg', 'locale/*.po'],
+ ['tryton.cfg'],
},
classifiers=[
'Development Status :: 5 - Production/Stable',