"Migrate to git [SKIP CI]"

This commit is contained in:
Sergio Morillo 2020-02-11 13:35:22 +01:00
parent fd826eb2ce
commit 48a2c1121a
3 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,3 @@
clone:
hg:
image: plugins/hg
pipeline:
tox:
image: ${IMAGE}

2
README
View File

@ -14,7 +14,7 @@ questions on the NaN·tic bug tracker, mailing list,
wiki or IRC channel:
* http://doc.tryton-erp.es/
* http://bitbucket.org/nantic/trytond-stock_lot_fifo
* http://github.com/nan-tic/trytond-stock_lot_fifo
* http://groups.tryton.org/
* http://wiki.tryton.org/
* irc://irc.freenode.net/tryton

View File

@ -57,7 +57,7 @@ setup(name='%s_%s' % (PREFIX, MODULE),
long_description=read('README'),
author='NaN·tic',
url='http://www.nan-tic.com/',
download_url="https://bitbucket.org/nantic/trytond-%s" % MODULE,
download_url="https://github.com/nan-tic/trytond-%s" % MODULE,
package_dir={'trytond.modules.%s' % MODULE: '.'},
packages=[
'trytond.modules.%s' % MODULE,