[package] set source url to github

This commit is contained in:
Maxime Alves LIRMM 2021-09-01 15:24:21 +02:00
parent c2cea298bf
commit 18a1f71d99
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ module_name="halfapi"
setup(
name=module_name,
version=get_version(module_name),
url="https://gite.lirmm.fr/malves/halfapi",
url="https://github.com/halfAPI/halfapi",
long_description=get_long_description(),
long_description_content_type="text/markdown",
packages=get_packages(module_name),