Skip to content

Commit 704fed8

Browse files
fixed the inclusion of package data [skip ci]
1 parent fa90be1 commit 704fed8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ repository = "https://github.com/MahmoudAshraf97/ctc-forced-aligner"
2020
[project.scripts]
2121
ctc-forced-aligner = "ctc_forced_aligner.align:cli"
2222

23-
[package_data]
24-
"" = [
23+
[tool.setuptools.package-data]
24+
"*" = [
2525
"punctuations.lst",
2626
"uroman/bin/**/*.*",
2727
"uroman/data/**/*.*",

0 commit comments

Comments
 (0)