Skip to content

Commit 733f2f9

Browse files
docs: mention poetry plugin
1 parent 50d733e commit 733f2f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
This package provides a stable interface for interactions between Snakemake and its executor plugins (WIP).
44

5-
Plugins should implement the following skeleton to comply with this interface:
5+
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.
67

78
```python
89
from dataclasses import dataclass, field

0 commit comments

Comments
 (0)