mirror of
https://github.com/django-components/django-components.git
synced 2025-09-06 14:10:31 +00:00
Fix #250 (3.6 failing) by removing postponed eval of type hints.
This commit is contained in:
parent
2848a3184d
commit
a47b007f67
4 changed files with 19 additions and 17 deletions
3
setup.py
3
setup.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue