feat: replace hatchling to setuptools can be packaged easily at distros #1
@ -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