diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 06:32:57 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-26 06:32:57 +0000 |
commit | f7f9345e4706c0fae35bb27da1ecfa3ef7793c02 (patch) | |
tree | 8f14760d58843e705ff8b98ef081a50952b8b85d /pyproject.toml | |
parent | Adding upstream version 0.1.38. (diff) | |
download | debputy-f7f9345e4706c0fae35bb27da1ecfa3ef7793c02.tar.xz debputy-f7f9345e4706c0fae35bb27da1ecfa3ef7793c02.zip |
Adding upstream version 0.1.39.upstream/0.1.39
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index f0e8427..1fcca4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,7 @@ branch = true source = ["."] omit = [ + "*/debputy/lsp/vendoring/*", "*/lib/python*/*", "*/dist-packages/*", "*/tests/*", |