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"],