changeset 0af5299bf5f0 in modules/country:default
details: https://hg.tryton.org/modules/country?cmd=changeset;node=0af5299bf5f0
description:
        Add country import scenario to package data
diffstat:

 setup.py |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r c967076a85c3 -r 0af5299bf5f0 setup.py
--- a/setup.py  Mon Oct 14 00:13:00 2019 +0200
+++ b/setup.py  Mon Oct 14 00:44:04 2019 +0200
@@ -78,7 +78,8 @@
         ),
     package_data={
         'trytond.modules.country': (info.get('xml', [])
-            + ['tryton.cfg', 'view/*.xml', 'locale/*.po', 'icons/*.svg']),
+            + ['tryton.cfg', 'view/*.xml', 'locale/*.po', 'icons/*.svg',
+                'tests/*.rst']),
         },
     classifiers=[
         'Development Status :: 5 - Production/Stable',

Reply via email to