📝(backend) update pyproject URLs to meet repository
I have renamed the Github project's name, from "Impress" to "Meet". Updated the pyproject urls section, which provides essential metadata about the project. This updates ensure all links point to the right github repository.
This commit is contained in:
committed by
antoine lebaud
parent
1a2768f8dc
commit
78e6f26383
@@ -60,10 +60,10 @@ dependencies = [
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
"Bug Tracker" = "https://github.com/numerique-gouv/impress/issues/new"
|
||||
"Changelog" = "https://github.com/numerique-gouv/impress/blob/main/CHANGELOG.md"
|
||||
"Homepage" = "https://github.com/numerique-gouv/impress"
|
||||
"Repository" = "https://github.com/numerique-gouv/impress"
|
||||
"Bug Tracker" = "https://github.com/numerique-gouv/meet/issues/new"
|
||||
"Changelog" = "https://github.com/numerique-gouv/meet/blob/main/CHANGELOG.md"
|
||||
"Homepage" = "https://github.com/numerique-gouv/meet"
|
||||
"Repository" = "https://github.com/numerique-gouv/meet"
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = [
|
||||
|
||||
Reference in New Issue
Block a user