Skip to content

Commit d5f0ef7

Browse files
Merge pull request #194 from mathsman5133/doluk-patch-1
Fix pyproject.toml
2 parents d2ea526 + 76ebeb9 commit d5f0ef7

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
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "coc.py"
77
authors = [{ name = "mathsman5133" }]
8-
maintainers = [{ name = "majordoobie" }, { name = "MagicTheDev" }, { name = "Kuchenmampfer" }, { name = "lukasthaler" }]
8+
maintainers = [{ name = "majordoobie" }, { name = "MagicTheDev" }, { name = "Kuchenmampfer" }, { name = "lukasthaler" }, { name = "doluk" }]
99
version = "2.4.0"
1010
description = "A python wrapper for the Clash of Clans API"
1111
requires-python = ">=3.7.3"
@@ -30,7 +30,7 @@ docs = ["sphinx",
3030
]
3131

3232
[tool.setuptools]
33-
packages = ["coc", "coc.ext.discordlinks", "coc.static", "coc.ext.fullwarapi"]
33+
packages = ["coc", "coc.ext.discordlinks", "coc.static", "coc.ext.fullwarapi", "coc.ext.triggers"]
3434
include-package-data = true
3535

3636
[tool.setuptools.package-data]

0 commit comments

Comments
 (0)