Test implementation. Migration to 3.6

This commit is contained in:
Sergio Morillo 2015-05-07 19:22:46 +02:00
parent ffbe47eb88
commit c57f44c6b4
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
Copyright (C) 2014 NaN·tic
Copyright (C) 2015 Datalife
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by

View File

@ -51,10 +51,10 @@ setup(name='%s_%s' % (PREFIX, MODULE),
version=version,
description='',
long_description=read('README'),
author='NaN·tic',
author_email='info@nan-tic.com',
url='http://www.nan-tic.com/',
download_url="https://bitbucket.org/datalife/trytond-%s" % MODULE,
author='Datalife',
author_email='info@datalife.com.es',
url='http://www.datalife.com.es/',
download_url="https://bitbucket.org/datalife_sco/trytond-%s" % MODULE,
package_dir={'trytond.modules.%s' % MODULE: '.'},
packages=[
'trytond.modules.%s' % MODULE,