소스 검색

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")