mirror of
https://github.com/NaN-tic/trytond-sale_invoice_cancel.git
synced 2023-12-14 07:22:55 +01:00
Remove po from setup.py
This commit is contained in:
parent
cd335975f2
commit
f04d7142d7
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue