We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf74baa commit dd0c796Copy full SHA for dd0c796
pyproject.toml
@@ -27,9 +27,6 @@ ctc-forced-aligner = "ctc_forced_aligner.align:cli"
27
[tool.setuptools.package-data]
28
"*" = [
29
"punctuations.lst",
30
- "uroman/bin/**/*.*",
31
- "uroman/data/**/*.*",
32
- "uroman/lib/**/*.*",
33
]
34
35
[tool.flake8]
@@ -38,4 +35,4 @@ ignore = ["E203", "W503"]
38
39
36
[tool.isort]
40
37
profile = "black"
41
-lines_between_types = 1
+lines_between_types = 1
0 commit comments