-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
26 lines (23 loc) · 815 Bytes
/
pyproject.toml
File metadata and controls
26 lines (23 loc) · 815 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[project]
name = "snakemake-software-deployment-plugin-nix"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = ">=3.11,<4.0"
dependencies = ["snakemake-interface-software-deployment-plugins >=0.6.1,<1.0.0"]
repository = "https://github.com/thomasmulvaney/snakemake-software-deployment-plugin-nix"
documentation = "https://snakemake.github.io/snakemake-plugin-catalog/plugins/software-deployment/nix.html"
[[project.authors]]
name = "Thomas Mulvaney"
email = "thomas.mulvaney@cssb-hamburg.de"
[build-system]
requires = [ "poetry-core>=2.0.0,<3.0.0",]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
[[tool.poetry.packages]]
include = "snakemake_software_deployment_plugin_nix"
from = "src"
[tool.poetry.group.dev.dependencies]
coverage = "^7.6.12"
pytest = "^8.3.5"
ruff = "^0.9.9"