Add license and fix dependencies

This commit is contained in:
2025-03-16 11:12:47 +02:00
parent a020fdae2d
commit 8653946d6e
2 changed files with 4 additions and 3 deletions
+2
View File
@@ -22,4 +22,6 @@ build() {
# This function is used to move the compiled files into the output directory
package() {
pip3 install --root="$BPM_OUTPUT" --ignore-installed --no-index --find-links dist setuptools
install -Dm644 LICENSE "$BPM_OUTPUT"/usr/share/licenses/python-setuptools/LICENSE
}