Skip to content

Commit 09e95de

Browse files
committed
Fix project links in pyproject.toml
1 parent 6ae9a21 commit 09e95de

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ updates:
66
- package-ecosystem: github-actions
77
directory: "/"
88
schedule:
9-
interval: weekly
9+
interval: monthly

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,12 @@ dependencies = [
3838
"pint",
3939
]
4040

41-
#dynamic = ["version", "readme"]
4241
dynamic = ["version"]
4342

4443
[project.urls]
45-
Homepage = "https://github.com/nfdi4cat/ucumvert/"
46-
Documentation = "https://github.com/nfdi4cat/ucumvert/"
47-
Changelog = "https://github.com/nfdi4cat/ucumvert/blob/main/CHANGELOG.md"
44+
Documentation = "https://github.com/dalito/ucumvert"
45+
GitHub = "https://github.com/dalito/ucumvert"
46+
Changelog = "https://github.com/dalito/ucumvert/releases"
4847

4948
[project.optional-dependencies]
5049
tests = [

0 commit comments

Comments
 (0)