"Migrate to git [SKIP CI]"

This commit is contained in:
Sergio Morillo 2020-02-11 13:32:26 +01:00
parent 6118cac7ea
commit 7263547da9
3 changed files with 4 additions and 8 deletions

View File

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

4
README
View File

@ -5,7 +5,7 @@ This module is developed and tested over a Tryton server and core modules
patched with patches from `trytond-patches project`_ (take care with the
branches). Maybe these patches are required for the module to work.
.. _trytond-patches project: https://bitbucket.org/nantic/trytond-patches
.. _trytond-patches project: https://github.com/nan-tic/trytond-patches
Installing
----------
@ -20,7 +20,7 @@ questions on the NaN·tic bug tracker, mailing list,
wiki or IRC channel:
* http://doc.tryton-erp.es/
* http://bitbucket.org/nantic/trytond-aeat_sii
* http://github.com/nan-tic/trytond-aeat_sii
* http://groups.tryton.org/
* http://wiki.tryton.org/
* irc://irc.freenode.net/tryton

View File

@ -66,8 +66,8 @@ setup(name='%s_%s' % (PREFIX, MODULE),
long_description=read('README'),
author='TrytonSpain',
author_email='',
url='https://bitbucket.org/trytonspain/',
download_url="https://bitbucket.org/trytonspain/trytond-%s" % MODULE,
url='https://github.com/trytonspain/',
download_url="https://github.com/trytonspain/trytond-%s" % MODULE,
package_dir={'trytond.modules.%s' % MODULE: '.'},
packages=[
'trytond.modules.%s' % MODULE,