fix download url in setup.py

This commit is contained in:
Florent Kermarrec 2015-01-27 23:52:14 +01:00
parent 8887bea721
commit b2aec337b1
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ setup(
author="Florent Kermarrec", author="Florent Kermarrec",
author_email="florent@enjoy-digital.fr", author_email="florent@enjoy-digital.fr",
url="http://enjoy-digital.fr", url="http://enjoy-digital.fr",
download_url="https://github.com/Florent-Kermarrec/litesata", download_url="https://github.com/enjoy-digital/litesata",
packages=find_packages(here), packages=find_packages(here),
license="GPL", license="GPL",
platforms=["Any"], platforms=["Any"],