Skip to content

Commit 1f21a82

Browse files
authored
Merge pull request #268 from jmontanari/fixBuild
Fix pyproject.toml
2 parents c8b6323 + 8f20470 commit 1f21a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ docs = ["sphinx",
3131
]
3232

3333
[tool.setuptools]
34-
packages = ["coc", "coc.ext.discordlinks", "coc.static", "coc.ext.fullwarapi", "coc.ext.triggers"]
34+
packages = ["coc", "coc.ext.discordlinks", "coc.static", "coc.ext.triggers"]
3535
include-package-data = true
3636

3737
[tool.setuptools.package-data]

0 commit comments

Comments
 (0)