Fix README and setup.py

This commit is contained in:
Albert Cervera i Areny 2013-08-16 19:04:30 +02:00
parent 3e1c7a2fa6
commit 2b0c941d6a
2 changed files with 10 additions and 12 deletions

13
README
View File

@ -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/

View File

@ -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',