mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced 2026-07-22 02:03:01 +02:00
Fixed package discovery in pyproject.toml
This commit is contained in:
+3
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user