Merged in raimonesteve/trytond-product_cost_plan (pull request #1)

Setup + Increase version number
This commit is contained in:
?ngel ?lvarez 2013-11-18 17:09:28 +01:00
commit 73cbc662e6
2 changed files with 3 additions and 3 deletions

View File

@ -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='Product Cost Plan',
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',

View File

@ -1,5 +1,5 @@
[tryton]
version=2.9.0
version=3.0.0
depends:
production
xml: