浏览代码

pyincpp: add the missing license (#5143)

apocelipes 1 年之前
父节点
当前提交
c02fc3aff6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      packages/p/pyincpp/xmake.lua

+ 1 - 0
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")