feat: replace hatchling to setuptools can be packaged easily at distros #1

Merged
Georg merged 3 commits from osezer/pyacl:feat/setuptools into main 2024-09-22 00:27:42 +02:00
Showing only changes of commit c6496c68f9 - Show all commits

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)