diff --git a/COPYRIGHT b/COPYRIGHT index 5d3394e..53a147e 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -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 diff --git a/setup.py b/setup.py index d9eff34..0b8939c 100644 --- a/setup.py +++ b/setup.py @@ -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,