Skip to content

Commit 4dd2220

Browse files
committed
[Updated setup.py]
1 parent b6028d5 commit 4dd2220

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def run(self):
4646
author="mathsman5133",
4747
url="https://github.com/mathsman5133/coc.py",
4848
package_data={"coc": ["events.pyi"]},
49-
packages=["coc", "coc.ext.discordlinks"],
49+
packages=["coc", "coc.ext.discordlinks", "coc.static"],
5050
version=VERSION,
5151
license="MIT",
5252
description="A python wrapper for the Clash of Clans API",
@@ -55,11 +55,11 @@ def run(self):
5555
install_requires=REQUIREMENTS,
5656
include_package_data=True,
5757
extras_require={"docs": ["sphinx", "sphinx_rtd_theme", "sphinxcontrib_trio", "autodocsumm"]},
58-
classifiers={
58+
classifiers=[
5959
"Programming Language :: Python :: 3.7",
6060
"Programming Language :: Python :: 3.8",
6161
"Programming Language :: Python :: 3.9",
6262
"Programming Language :: Python :: 3.10",
63-
},
63+
],
6464
cmdclass={"lint": LintCommand},
6565
)

0 commit comments

Comments
 (0)