Compare commits

..

1 Commits

Author SHA1 Message Date
328652d59e
feat: replace hatchling to setuptools can be packaged easily at distros
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
2024-09-22 01:08:50 +03:00

View File

@ -39,5 +39,5 @@ include-package-data = true # include non-python files in the package (default)
[tool.setuptools.packages.find]
where = ["."]
exclude = ["scripts", "scripts.*", "docs.*", "tests", "tests.*","ruff.toml"]
exclude = ["scripts", "scripts.*", "docs.*", "tests", "tests.*", "ruff.toml"]