mirror of
https://github.com/NaN-tic/trytond-project_template.git
synced 2023-12-14 02:02:58 +01:00
Setup
This commit is contained in:
parent
5a20a4c4bb
commit
e67fac7dd4
1 changed files with 2 additions and 2 deletions
4
setup.py
4
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 project template',
|
||||
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',
|
||||
|
|
Loading…
Reference in a new issue