mirror of
https://github.com/django-components/django-components.git
synced 2025-07-16 04:54:59 +00:00
Reformat lines that became too long. And enforce 119 line length.
This commit is contained in:
parent
ef6a082238
commit
48fe8171b4
25 changed files with 314 additions and 733 deletions
4
setup.py
4
setup.py
|
@ -10,9 +10,7 @@ setup(
|
|||
packages=find_packages(exclude=["tests"]),
|
||||
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"), encoding="utf8"
|
||||
).read(),
|
||||
long_description=open(os.path.join(os.path.dirname(__file__), "README.md"), encoding="utf8").read(),
|
||||
long_description_content_type="text/markdown",
|
||||
author="Emil Stenström",
|
||||
author_email="emil@emilstenstrom.se",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue