changeset fb94340f8c6c in modules/account_invoice_stock:default
details:
https://hg.tryton.org/modules/account_invoice_stock?cmd=changeset;node=fb94340f8c6c
description:
Add tests scenario to package data
diffstat:
setup.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r d36ed05253a0 -r fb94340f8c6c setup.py
--- a/setup.py Wed Jun 24 23:10:46 2020 +0200
+++ b/setup.py Thu Jun 25 07:57:34 2020 +0200
@@ -85,7 +85,7 @@
),
package_data={
'trytond.modules.account_invoice_stock': (info.get('xml', [])
- + ['tryton.cfg', 'view/*.xml', 'locale/*.po']),
+ + ['tryton.cfg', 'view/*.xml', 'locale/*.po', 'tests/*.rst']),
},
classifiers=[
'Development Status :: 5 - Production/Stable',