Skip to content

Commit

Permalink
fix: no need to package src (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyoucao577 authored Oct 10, 2024
1 parent 120d9ce commit 27f7369
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/core_extensions/py_init_extension_cpp/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ ten_package("py_init_extension_cpp") {
resources = [
"manifest.json",
"property.json",

# We want to pack the source code even in the 'release' package, then users
# could choose to use this extension directly as a 'release' package, or
# develop their own extension based on this.
"src",
]

sources = [ "src/main.cc" ]
Expand Down

0 comments on commit 27f7369

Please sign in to comment.