forked from Georg/pyacl
feat: dev deps added into pyproject.toml
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
This commit is contained in:
parent
328652d59e
commit
c6496c68f9
@ -34,6 +34,13 @@ dependencies = [
|
|||||||
'pylibacl==0.5.4',
|
'pylibacl==0.5.4',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[project.optional-dependencies]
|
||||||
|
dev = [
|
||||||
|
"pytest",
|
||||||
|
"ruff",
|
||||||
|
"PyYAML"
|
||||||
|
]
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
include-package-data = true # include non-python files in the package (default)
|
include-package-data = true # include non-python files in the package (default)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user