From e266a7220239f41834f23ce5cc3f3af929c224b1 Mon Sep 17 00:00:00 2001 From: resteve Date: Fri, 28 Dec 2012 13:53:07 +0100 Subject: [PATCH] Package name trytonspain + download url --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index ee537a7..50ff7d0 100644 --- a/setup.py +++ b/setup.py @@ -27,14 +27,13 @@ for dep in info.get('depends', []): requires.append('trytond >= %s.%s, < %s.%s' % (major_version, minor_version, major_version, minor_version + 1)) -setup(name='trytonzz_sale_invoice_cancel', +setup(name='trytonspain_sale_invoice_cancel', version=info.get('version', '0.0.1'), description='Tryton module for cancel invoices from sale and reopen', author='Zikzakmedia SL', author_email='zikzak@zikzakmedia.com', url='http://www.zikzakmedia.com', - download_url="http://downloads.tryton.org/" + \ - info.get('version', '0.0.1').rsplit('.', 1)[0] + '/', + download_url="https://bitbucket.org/trytonspain/trytond-sale_invoice_cancel", package_dir={'trytond.modules.sale_invoice_cancel': '.'}, packages=[ 'trytond.modules.sale_invoice_cancel',