fix download url in setup.py
This commit is contained in:
parent
8887bea721
commit
b2aec337b1
2
setup.py
2
setup.py
|
@ -20,7 +20,7 @@ setup(
|
|||
author="Florent Kermarrec",
|
||||
author_email="florent@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),
|
||||
license="GPL",
|
||||
platforms=["Any"],
|
||||
|
|
Loading…
Reference in New Issue