Skip to content

Commit

Permalink
Fix building wheels from source. (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Mar 4, 2024
1 parent ed06ced commit 5dc2eaf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
include LICENSE
include README.md
include CMakeLists.txt
recursive-include c-api-examples *.*
recursive-include sherpa-onnx *.*
recursive-include cmake *.*
prune */__pycache__
prune android
prune sherpa-onnx/java-api
prune ios-swift
prune ios-swiftui

0 comments on commit 5dc2eaf

Please sign in to comment.