fix pyproject.toml urls
This commit is contained in:
parent
3b28920bf8
commit
c222852d8e
1 changed files with 3 additions and 3 deletions
|
|
@ -38,9 +38,9 @@ dependencies = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Documentation = "https://github.com/Micha Albert/carbon-copy#readme"
|
Documentation = "https://git.mra.sh/mra/carbon-copy#readme"
|
||||||
Issues = "https://github.com/Micha Albert/carbon-copy/issues"
|
Issues = "https://git.mra.sh/mra/carbon-copy/issues"
|
||||||
Source = "https://github.com/Micha Albert/carbon-copy"
|
Source = "https://git.mra.sh/mra/carbon-copy"
|
||||||
|
|
||||||
[tool.hatch.version]
|
[tool.hatch.version]
|
||||||
path = "src/carbon_copy/__about__.py"
|
path = "src/carbon_copy/__about__.py"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue