[package] set source url to github
This commit is contained in:
parent
c2cea298bf
commit
18a1f71d99
2
setup.py
2
setup.py
|
@ -37,7 +37,7 @@ module_name="halfapi"
|
||||||
setup(
|
setup(
|
||||||
name=module_name,
|
name=module_name,
|
||||||
version=get_version(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=get_long_description(),
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
packages=get_packages(module_name),
|
packages=get_packages(module_name),
|
||||||
|
|
Loading…
Reference in New Issue