[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-03-24 16:37:09 +00:00 committed by Emil Stenström
parent a818f18423
commit 05fbd70b32

View file

@ -10,7 +10,7 @@ setup(
packages=find_packages(where="src", exclude=["tests", "tests.*"]),
package_dir={"": "src"},
package_data={
"django_components": ["py.typed"],
"django_components": ["py.typed"],
},
version=VERSION,
description="A way to create simple reusable template components in Django.",