Skip to content

Commit 0edde53

Browse files
Update setup.py after changing owner
1 parent 2ec94b0 commit 0edde53

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def get_version():
7878
#
7979
# This field corresponds to the "Home-Page" metadata field:
8080
# https://packaging.python.org/specifications/core-metadata/#home-page-optional
81-
url="https://github.com/code-coupling/ICoCo-python", # Optional
81+
url="https://github.com/cea-trust-platform/icoco-coupling-python", # Optional
8282
# This should be your name or the name of the organization which owns the
8383
# project.
8484
author="R. Lenain", # Optional
@@ -184,8 +184,8 @@ def get_version():
184184
# maintainers, and where to support the project financially. The key is
185185
# what's used to render the link text on PyPI.
186186
project_urls={ # Optional
187-
"Bug Reports": "https://github.com/code-coupling/ICoCo-python/issues",
187+
"Bug Reports": "https://github.com/cea-trust-platform/icoco-coupling-python/issues",
188188
"Doc": "https://icoco-python.readthedocs.io/en/latest/index.html",
189-
"Source": "https://github.com/code-coupling/ICoCo-python",
189+
"Source": "https://github.com/cea-trust-platform/icoco-coupling-python",
190190
},
191191
)

0 commit comments

Comments
 (0)