2
0
Эх сурвалжийг харах

pyincpp: add the missing license (#5143)

apocelipes 11 сар өмнө
parent
commit
c02fc3aff6

+ 1 - 0
packages/p/pyincpp/xmake.lua

@@ -2,6 +2,7 @@ package("pyincpp")
     set_homepage("https://github.com/chen-qingyu/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_description("A C++ type library that is as easy to use as Python built-in types.")
     set_kind("library", {headeronly = true})
     set_kind("library", {headeronly = true})
+    set_license("MIT")
 
 
     add_urls("https://github.com/chen-qingyu/pyincpp/archive/refs/tags/$(version).tar.gz",
     add_urls("https://github.com/chen-qingyu/pyincpp/archive/refs/tags/$(version).tar.gz",
              "https://github.com/chen-qingyu/pyincpp.git")
              "https://github.com/chen-qingyu/pyincpp.git")