From 288949fe78bf16f70f60f88c18bb559097a92874 Mon Sep 17 00:00:00 2001 From: apocelipes Date: Thu, 5 Sep 2024 18:56:09 +0800 Subject: [PATCH] pyincpp: add the missing license --- packages/p/pyincpp/xmake.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/p/pyincpp/xmake.lua b/packages/p/pyincpp/xmake.lua index 495959540b7..4f3255ab0a0 100644 --- a/packages/p/pyincpp/xmake.lua +++ b/packages/p/pyincpp/xmake.lua @@ -2,6 +2,7 @@ package("pyincpp") set_homepage("https://github.com/chen-qingyu/pyincpp") set_description("A C++ type library that is as easy to use as Python built-in types.") set_kind("library", {headeronly = true}) + set_license("MIT") add_urls("https://github.com/chen-qingyu/pyincpp/archive/refs/tags/$(version).tar.gz", "https://github.com/chen-qingyu/pyincpp.git")