This is an automated email from the ASF dual-hosted git repository. skrawcz pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/burr.git
commit 6cbb440912af6c9d8458c1a9e94547ebe0182bbb Author: Stefan Krawczyk <[email protected]> AuthorDate: Fri Nov 28 12:49:51 2025 -0800 Fixes wheel not having NOTICE and DISCLAIMER --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4bc53a3e..48ccc6f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF. """ readme = "README.md" -#license = {file = "LICENSE.txt"} +license-files = ["LICENSE", "NOTICE", "DISCLAIMER"] keywords = ["mlops", "data", "state-machine", "llmops"] classifiers = [ "Development Status :: 4 - Beta", @@ -255,6 +255,7 @@ burr-test-case = "burr.cli.__main__:cli_test_case" [tool.flit.module] name = "burr" + [tool.flit.sdist] include = [ "LICENSE",
