This is an automated email from the ASF dual-hosted git repository. ebenizzy pushed a commit to branch burr-0.42.0 in repository https://gitbox.apache.org/repos/asf/burr.git
commit 8ca0e490f16cfd574475951a45b609900b085a88 Author: Elijah ben Izzy <[email protected]> AuthorDate: Sun Feb 1 21:10:23 2026 -0800 Truncate pyproject.toml description to single line --- pyproject.toml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7b8da0fa..2c8a7976 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,22 +32,7 @@ maintainers = [ {name = "Elijah ben Izzy", email = "[email protected]"}, {name = "Stefan Krawczyk", email = "[email protected]"}, ] -description = """Apache Burr (incubating) makes it easy to develop applications that make decisions (chatbots, agents, simulations, etc...) from simple python building blocks. - -Apache Burr works well for any application that uses LLMs, and can integrate with any of your favorite frameworks. Burr includes a UI that can track/monitor/trace your system in real time, along with -pluggable persisters (e.g. for memory) to save & load application state. - -Apache Burr (incubating) is an effort undergoing incubation at the Apache -Software Foundation (ASF), sponsored by the Apache Incubator PMC. - -Incubation is required of all newly accepted projects until a further review -indicates that the infrastructure, communications, and decision making process -have stabilized in a manner consistent with other successful ASF projects. - -While incubation status is not necessarily a reflection of the completeness -or stability of the code, it does indicate that the project has yet to be -fully endorsed by the ASF. -""" +description = "Apache Burr (incubating) makes it easy to develop applications that make decisions (chatbots, agents, simulations, etc...) from simple python building blocks." readme = "README.md" license-files = ["LICENSE", "NOTICE", "DISCLAIMER"] keywords = ["mlops", "data", "state-machine", "llmops"]
