Skip to content

Commit 605c3ca

Browse files
committed
fix project urls
2 parents ed41110 + 52dd5cd commit 605c3ca

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "snakemake-logger-plugin-flowo"
7-
version = "0.1.5"
7+
version = "0.1.6"
88
description = "A Snakemake logger plugin that stores workflow execution data in PostgreSQL"
99
readme = "README.md"
1010
requires-python = ">=3.12"
@@ -39,9 +39,9 @@ flowo = "snakemake_logger_plugin_flowo:LogHandler"
3939
flowo = "snakemake_logger_plugin_flowo.__main__:main"
4040

4141
[project.urls]
42-
Homepage = "https://github.com/your-org/snakemake-logger-plugin-flowo"
43-
Repository = "https://github.com/your-org/snakemake-logger-plugin-flowo"
44-
Issues = "https://github.com/your-org/snakemake-logger-plugin-flowo/issues"
42+
Homepage = "https://github.com/jmzhang1911/snakemake-logger-plugin-flowo"
43+
Repository = "https://github.com/jmzhang1911/snakemake-logger-plugin-flowo"
44+
Issues = "https://github.com/jmzhang1911/snakemake-logger-plugin-flowo/issues"
4545

4646
[tool.hatch.build.targets.wheel]
4747
packages = ["snakemake_logger_plugin_flowo"]

0 commit comments

Comments
 (0)