Skip to content

Commit 8d5d1b1

Browse files
docs: use snakedeploy
1 parent ff25790 commit 8d5d1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This package provides a stable interface for interactions between Snakemake and its executor plugins.
44

55
Plugins should implement the following skeleton to comply with this interface.
6-
It is recommended to use Snakemake's poetry plugin to set up this skeleton (and automated testing) within a python package, see https://github.com/snakemake/poetry-snakemake-plugin.
6+
It is recommended to use [Snakedeploy](https://snakedeploy.readthedocs.io) to set up the skeleton (and automated testing) within a python package, see https://snakedeploy.readthedocs.io/en/stable/snakemake_developers/scaffold_snakemake_plugins.html.
77

88
```python
99
from dataclasses import dataclass, field

0 commit comments

Comments
 (0)