Fixed package discovery in pyproject.toml

This commit is contained in:
kaliko 2024-10-22 21:32:29 +02:00
parent b029d1cb67
commit 601e393ec7

View File

@ -40,8 +40,9 @@ requires = ["setuptools>=61.0"]
# allow looking for conf in setup.{cfg,py}
#build-backend = "setuptools.build_meta"
[tool.setuptools]
packages = ["borgmatic"]
[tool.setuptools.packages.find]
include = ["borgmatic*"]
namespaces = false
[tool.black]
line-length = 100