diff --git a/.drone.yml b/.drone.yml index 897fc2e..04922b9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,3 @@ -clone: - hg: - image: plugins/hg - pipeline: tox: image: ${IMAGE} diff --git a/README b/README index 914d06b..bf2d466 100644 --- a/README +++ b/README @@ -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 diff --git a/setup.py b/setup.py index f875659..ee1fd50 100644 --- a/setup.py +++ b/setup.py @@ -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,