Skip to content

Commit 9a66b33

Browse files
docs: update metadata
1 parent aeeee93 commit 9a66b33

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

LICENSE

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Copyright 2023 The snakemake team
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4+
5+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6+
7+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description = " A Snakemake storage plugin that reads and writes from a locally
55
authors = ["Johannes Koester <[email protected]>"]
66
readme = "README.md"
77
repository = "https://github.com/snakemake/snakemake-storage-plugin-fs"
8+
documentation = "https://snakemake.github.io/snakemake-plugin-catalog/plugins/storage/fs.html"
9+
keywords = ["snakemake", "plugin", "storage", "filesystem", "rsync"]
810

911
[tool.poetry.dependencies]
1012
python = "^3.11"

0 commit comments

Comments
 (0)