Fix #250 (3.6 failing) by removing postponed eval of type hints.

This commit is contained in:
lemontheme 2023-04-06 15:52:45 +02:00
parent 2848a3184d
commit a47b007f67
4 changed files with 19 additions and 17 deletions

View file

@ -11,7 +11,8 @@ setup(
version=VERSION,
description="A way to create simple reusable template components in Django.",
long_description=open(
os.path.join(os.path.dirname(__file__), "README.md")
os.path.join(os.path.dirname(__file__), "README.md"),
encoding="utf8"
).read(),
long_description_content_type="text/markdown",
author="Emil Stenström",