mirror of
https://github.com/NaN-tic/trytond-aeat_303_es.git
synced 2023-12-13 20:50:14 +01:00
Setup
This commit is contained in:
parent
aeaecb0473
commit
6573f4655d
1 changed files with 3 additions and 3 deletions
6
setup.py
6
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue