This commit is contained in:
resteve 2013-11-14 14:18:45 +01:00
parent aeaecb0473
commit 6573f4655d
1 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ import os
import ConfigParser
MODULE = 'aeat_303_es'
PREFIX = 'nantic'
PREFIX = 'trytonspain'
MODULE2PREFIX = {}
@ -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 AEAT 303',
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',