Skip to content

Commit

Permalink
fixed the inclusion of package data [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudAshraf97 committed May 29, 2024
1 parent fa90be1 commit 704fed8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ repository = "https://github.com/MahmoudAshraf97/ctc-forced-aligner"
[project.scripts]
ctc-forced-aligner = "ctc_forced_aligner.align:cli"

[package_data]
"" = [
[tool.setuptools.package-data]
"*" = [
"punctuations.lst",
"uroman/bin/**/*.*",
"uroman/data/**/*.*",
Expand Down

0 comments on commit 704fed8

Please sign in to comment.