Skip to content

Commit dd0c796

Browse files
Update pyproject.toml
1 parent bf74baa commit dd0c796

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ ctc-forced-aligner = "ctc_forced_aligner.align:cli"
2727
[tool.setuptools.package-data]
2828
"*" = [
2929
"punctuations.lst",
30-
"uroman/bin/**/*.*",
31-
"uroman/data/**/*.*",
32-
"uroman/lib/**/*.*",
3330
]
3431

3532
[tool.flake8]
@@ -38,4 +35,4 @@ ignore = ["E203", "W503"]
3835

3936
[tool.isort]
4037
profile = "black"
41-
lines_between_types = 1
38+
lines_between_types = 1

0 commit comments

Comments
 (0)