Change download url in setup

This commit is contained in:
Raimon Esteve 2016-09-22 12:27:29 +02:00
parent 6743f84362
commit 98c146d589
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ setup(name='banknumber',
url="http://www.zikzakmedia.com/",
description="Python module to validate Bank codes",
long_description=read('README'),
download_url="https://bitbucket.org/zikzakmedia/python-banknumber",
download_url="https://bitbucket.org/trytonspain/python-banknumber",
packages=find_packages(),
classifiers=[
'Development Status :: 5 - Production/Stable',