blob: c7093a31ad92574d264a9e437e20164bdd9b1d37 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- pyproject.toml.orig 2025-11-11 06:22:58 UTC
+++ pyproject.toml
@@ -51,8 +51,8 @@ issues = 'https://github.com/beancount/beanquery/issue
homepage = 'https://github.com/beancount/beanquery'
issues = 'https://github.com/beancount/beanquery/issues'
-[tool.setuptools.packages]
-find = {}
+[tool.setuptools.packages.find]
+exclude = ["docs", "docs.*"]
[tool.coverage.run]
branch = true
|