Skip to content

Commit

Permalink
pyincpp: add the missing license (#5143)
Browse files Browse the repository at this point in the history
  • Loading branch information
apocelipes authored Sep 5, 2024
1 parent f625f81 commit c02fc3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/p/pyincpp/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c02fc3a

Please sign in to comment.