diff options
Diffstat (limited to 'finance/beanquery/files/patch-pyproject.toml')
| -rw-r--r-- | finance/beanquery/files/patch-pyproject.toml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/finance/beanquery/files/patch-pyproject.toml b/finance/beanquery/files/patch-pyproject.toml new file mode 100644 index 000000000000..c7093a31ad92 --- /dev/null +++ b/finance/beanquery/files/patch-pyproject.toml @@ -0,0 +1,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 |
