Quellcode durchsuchen

pyincpp: add the missing license (#5143)

apocelipes vor 11 Monaten
Ursprung
Commit
c02fc3aff6
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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")