This is an automated email from the ASF dual-hosted git repository. hope pushed a commit to branch release-1.4 in repository https://gitbox.apache.org/repos/asf/paimon.git
commit 191fbb31cc2db781ac5757551e6a0e0968761ce7 Author: umi <[email protected]> AuthorDate: Thu Mar 26 15:23:42 2026 +0800 [python] Include LICENSE and NOTICE in sdist for Apache release compliance (#7533) --- paimon-python/MANIFEST.in | 2 ++ paimon-python/NOTICE | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/paimon-python/MANIFEST.in b/paimon-python/MANIFEST.in index fa6d79637e..4d3df3ade9 100644 --- a/paimon-python/MANIFEST.in +++ b/paimon-python/MANIFEST.in @@ -15,6 +15,8 @@ # See the License for the specific language governing permissions and # limitations under the License. ################################################################################ +include LICENSE +include NOTICE include dev/requirements.txt include README.md recursive-include pypaimon *.py \ No newline at end of file diff --git a/paimon-python/NOTICE b/paimon-python/NOTICE new file mode 100644 index 0000000000..cc3b41cc37 --- /dev/null +++ b/paimon-python/NOTICE @@ -0,0 +1,5 @@ +Apache Paimon (PyPaimon) +Copyright 2023-2026 The Apache Software Foundation + +This product includes software developed at +The Apache Software Foundation (http://www.apache.org/).
