1
0
forked from Georg/pyacl

feat: dev deps added into pyproject.toml

Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
This commit is contained in:
Onuralp SEZER 2024-09-22 01:18:44 +03:00
parent 328652d59e
commit c6496c68f9
Signed by: osezer
GPG Key ID: CF0835DFDF14CA38

View File

@ -34,6 +34,13 @@ dependencies = [
'pylibacl==0.5.4',
]
[project.optional-dependencies]
dev = [
"pytest",
"ruff",
"PyYAML"
]
[tool.setuptools]
include-package-data = true # include non-python files in the package (default)