-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
73 lines (69 loc) · 2.04 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# setup.cfg
[metadata]
name = django-content-blocks
version = 1.5.4
description = HTML content blocks for Django.
long_description = file:README.rst
url = https://github.com/Quantra/django-content-blocks
author = Vince Coleman
author_email = [email protected]
license = MIT
classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 3.2
Framework :: Django :: 4.0
Framework :: Django :: 4.1
Framework :: Django :: 4.2
Intended Audience :: Developers
Development Status :: 4 - Beta
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Internet :: WWW/HTTP :: Site Management
project_urls =
Documentation=https://django-content-blocks.readthedocs.io
Source=https://github.com/Quantra/django-content-blocks
keywords =
django
django-content-blocks
django content blocks
django content
django dynamic content
django content manager
django cms
[options]
include_package_data = true
packages = find:
python_requires = >=3.7
dependency_links = https://pypi.shystudios.co.uk/packages/
install_requires =
Django >= 3.2
django-admin-sortable2
django-clone
Pillow
[flake8]
max-line-length = 120
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,venv
[pycodestyle]
max-line-length = 120
exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules,venv
[isort]
line_length = 88
multi_line_output = 3
default_section = THIRDPARTY
skip = venv/
skip_glob = **/migrations/*.py
include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true