From 90b40270975ab4eb118032a27834e8aa990eb499 Mon Sep 17 00:00:00 2001 From: resteve Date: Wed, 13 Nov 2013 16:03:49 +0100 Subject: [PATCH] Setup --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index c596128..ec1fa51 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ tests_require = ['proteus >= %s.%s, < %s.%s' % setup(name='%s_%s' % (PREFIX, MODULE), version=info.get('version', '0.0.1'), - description='', + description='Tryton module stock lot expiry', long_description=read('README'), author='NaN·tic', url='http://www.nan-tic.com/', @@ -51,7 +51,7 @@ setup(name='%s_%s' % (PREFIX, MODULE), ], package_data={ 'trytond.modules.%s' % MODULE: (info.get('xml', []) - + ['tryton.cfg', 'locale/*.po', 'tests/*.rst']), + + ['tryton.cfg', 'locale/*.po', 'view/*.xml', 'tests/*.rst']), }, classifiers=[ 'Development Status :: 5 - Production/Stable',