Skip to content

Commit f999ae4

Browse files
committed
pyproject.toml: Merge duplicate [project.urls] section.
1 parent 820404d commit f999ae4

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ email = "hyeokjin.kwon@uni-potsdam.de"
1818
[project.urls]
1919
repository = "https://github.com/SE-UP/snakemake-storage-plugin-git"
2020
homepage = "https://snakemake.github.io/snakemake-plugin-catalog/"
21+
Documentation = "https://snakemake.github.io/snakemake-plugin-catalog/plugins/storage/git.html"
2122

2223
[build-system]
2324
build-backend = "hatchling.build"
@@ -26,10 +27,6 @@ requires = [ "hatchling",]
2627
[dependency-groups]
2728
dev = [ "ruff", "coverage", "pytest", "twine", "python-build",]
2829

29-
[project.urls]
30-
Repository = "https://github.com/your/plugin"
31-
Documentation = "https://snakemake.github.io/snakemake-plugin-catalog/plugins/storage/git.html"
32-
3330
[tool.pixi.workspace]
3431
channels = [ "conda-forge",]
3532
platforms = [ "linux-64",]

0 commit comments

Comments
 (0)