diff --git a/README b/README index a69adec..f438b97 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ -nantic_stock_location_warehouse -=============================== +stock_location_warehouse +======================== -The farm module of the Tryton application platform. +This Module runs with the Tryton application platform. Installing ---------- @@ -14,7 +14,8 @@ Support If you encounter any problems with Tryton, please don't hesitate to ask questions on the Tryton bug tracker, mailing list, wiki or IRC channel: - http://bugs.tryton.org/ + http://doc.tryton-erp.es/ + http://bitbucket.org/trytonspain/trytond-aeat_303 http://groups.tryton.org/ http://wiki.tryton.org/ irc://irc.freenode.net/tryton @@ -30,6 +31,6 @@ Copyright See COPYRIGHT -For more information please visit the Tryton web site: +For more information please visit the NaN·tic web site: - http://www.tryton.org/ + http://www.nan-tic.com/ diff --git a/setup.py b/setup.py index 1622892..1e0493d 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,5 @@ #!/usr/bin/env python -#This file is part of Tryton. The COPYRIGHT file at the top level of -#this repository contains the full copyright notices and license terms. +# encoding: utf-8 from setuptools import setup import re @@ -44,10 +43,8 @@ setup(name='%s_%s' % (PREFIX, MODULE), 'and Storage locations.'), long_description=read('README'), author='NaN·tic', - # TODO: put the Bitbucket URL - url='http://www.tryton.org/', - download_url="http://downloads.tryton.org/" + - info.get('version', '0.0.1').rsplit('.', 1)[0] + '/', + url='http://www.nan-tic.com/', + download_url="https://bitbucket.org/trytonspain/aeat_303", package_dir={'trytond.modules.stock_location_warehouse': '.'}, packages=[ 'trytond.modules.stock_location_warehouse',