From 6e8ec23000bc869e178db1f6dad58fc4d2e4fa10 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Jan 2022 22:24:51 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c512d739..bee54e98 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( os.path.join(os.path.dirname(__file__), "README.md") ).read(), long_description_content_type="text/markdown", - author=u"Emil Stenström", + author="Emil Stenström", author_email="emil@emilstenstrom.se", url="https://github.com/EmilStenstrom/django-components/", install_requires=["Django>=2.2"],