mirror of
https://github.com/django-components/django-components.git
synced 2025-09-25 06:59:10 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
a818f18423
commit
05fbd70b32
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -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.",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue