1
0
Fork 0
mirror of synced 2023-12-14 06:13:01 +01:00

Update setup.py

This commit is contained in:
OscarQueralto 2023-03-27 17:19:57 +02:00 committed by GitHub
parent 5cc9fb1d50
commit b9b6bfb211
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,7 +86,7 @@ setup(name='%s_%s' % (PREFIX, MODULE),
],
package_data={
'trytond.modules.%s' % MODULE: (info.get('xml', [])
+ ['tryton.cfg', 'locale/*.po', 'tests/*.rst']),
+ ['tryton.cfg', 'view/*.xml', 'locale/*.po', 'tests/*.rst']),
},
classifiers=[
'Development Status :: 5 - Production/Stable',