This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 0c4653605f [python] Include LICENSE and NOTICE in sdist for Apache
release compliance (#7533)
0c4653605f is described below
commit 0c4653605fbda58061dd6b7fcfc552219a178d31
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/).