"Migrate to git [SKIP CI]"

This commit is contained in:
Sergio Morillo 2020-02-11 13:45:34 +01:00
parent 55df80c503
commit 4b330f5ccf
2 changed files with 5 additions and 5 deletions

4
README
View File

@ -16,7 +16,7 @@ questions on the Tryton bug tracker, mailing list,
wiki or IRC channel:
* http://doc.tryton-erp.es/
* http://bitbucket.org/datalife_sco/trytond-stock_storage_space
* http://gitlab.com/datalifeit/trytond-stock_storage_space
* http://groups.tryton.org/
* http://wiki.tryton.org/
* irc://irc.freenode.net/tryton
@ -34,4 +34,4 @@ See COPYRIGHT
For more information please visit the Datalife web site:
http://www.datalife.com.es/
http://www.datalifeit.es/

View File

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