Add license

This commit is contained in:
2025-03-19 21:56:48 +02:00
parent f75d4ff983
commit 0351524a47
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: python3
description: The Python3 interpreter
version: 3.12.2
revision: 2
revision: 3
url: https://www.python.org/
license: PSF-2.0
architecture: any
+2
View File
@@ -42,4 +42,6 @@ package() {
mkdir -p "$BPM_OUTPUT"/etc
cp ../pip.conf "$BPM_OUTPUT"/etc/pip.conf
install -Dm644 "$BPM_SOURCE"/LICENSE "$BPM_OUTPUT"/usr/share/licenses/python3/LICENSE
}