mirror of
https://github.com/django-components/django-components.git
synced 2025-09-06 06:00:31 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
15a0e66219
commit
0648ad9a93
14 changed files with 983 additions and 432 deletions
6
setup.py
6
setup.py
|
@ -3,14 +3,16 @@ import os
|
|||
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
VERSION = '0.16'
|
||||
VERSION = "0.16"
|
||||
|
||||
setup(
|
||||
name="django_components",
|
||||
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")).read(),
|
||||
long_description=open(
|
||||
os.path.join(os.path.dirname(__file__), "README.md")
|
||||
).read(),
|
||||
long_description_content_type="text/markdown",
|
||||
author=u"Emil Stenström",
|
||||
author_email="emil@emilstenstrom.se",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue