This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch release-3.1.6rc2 in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git
commit e6303e6c9dd8d43c288fcce0787a35c2d2c73b38 Author: Ephraim Anierobi <[email protected]> AuthorDate: Sat Jan 17 07:20:15 2026 +0100 Update Python Client to 3.1.6rc2 --- NOTICE | 5 +++++ pyproject.toml | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NOTICE b/NOTICE index e69de29..a51bd93 100644 --- a/NOTICE +++ b/NOTICE @@ -0,0 +1,5 @@ +Apache Airflow +Copyright 2016-2026 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/). diff --git a/pyproject.toml b/pyproject.toml index 2cef853..35e2814 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,8 +94,6 @@ include = [ [tool.hatch.build.targets.wheel] artifacts = [ "/airflow_client", - "/docs", - "/test", "v2.yaml", ] include = [
