Skip to content

Commit

Permalink
fix: metadata update
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalshaikh42 committed Jun 13, 2024
1 parent e08c093 commit 327c5b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tool.poetry]
name = "snakemake-storage-plugin-deeporigin"
version = "0.0.2"
description = "A Snakemake storage plugin for S3 API storage (AWS S3, MinIO, etc.)"
authors = ["Bilal Shaikh <[email protected]>"]
description = "A Snakemake storage plugin for Deeporigin data storage"
authors = ["Bilal Shaikh <[email protected]>", "Johannes Koester <[email protected]>"]
readme = "README.md"
repository = "https://github.com/formiclabs/snakemake-storage-plugin-deeporigin"
documentation = "https://snakemake.github.io/snakemake-plugin-catalog/plugins/storage/s3.html"
repository = "https://github.com/deeporiginbio/snakemake-storage-plugin-deeporigin"
documentation = "https://snakemake.github.io/snakemake-plugin-catalog/plugins/storage/deeporigin.html"
license = "MIT"
keywords = ["snakemake", "plugin", "storage", "s3"]

Expand Down

0 comments on commit 327c5b4

Please sign in to comment.