forked from CZ-NIC/djangocms-aldryn-forms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
87 lines (81 loc) · 2.12 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[metadata]
name = djangocms-aldryn-forms
author = Divio AG
author_email = [email protected]
version = attr: aldryn_forms.__version__
description = Create forms and embed them on CMS pages.
url = https://github.com/CZ-NIC/djangocms-aldryn-forms
long_description = file: README.rst
long_description_content_type = text/x-rst
license = BSD
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Framework :: Django
Framework :: Django :: 3.2
Framework :: Django :: 4.2
Programming Language :: Python
Programming Language :: Python :: 3
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 :: Software Development
Topic :: Software Development :: Libraries
[options]
zip_safe = False
include_package_data = True
packages = find:
install_requires =
django-cms>=3.11
django-emailit~=0.2
django-filer~=3.0
django-formtools~=2.4
django-import-export~=3.3
django-sizefield~=2.1
django-tablib~=3.2
djangocms-attributes-field~=3.0
djangocms-text-ckeditor~=5.1
tablib~=3.5
Markdown~=3.4
Pillow~=10.0
easy-thumbnails[svg]~=2.8
[options.extras_require]
captcha = django-simple-captcha
[options.packages.find]
exclude =
tests
[flake8]
max-line-length = 120
exclude =
*.egg-info,
.eggs,
.git,
.settings,
.tox,
build,
data,
dist,
docs,
*migrations*,
requirements,
tmp
[isort]
line_length = 120
skip = manage.py, *migrations*, .tox, .eggs, data, env
include_trailing_comma = true
multi_line_output = 5
lines_after_imports = 2
default_section = THIRDPARTY
sections = FUTURE, STDLIB, DJANGO, CMS, THIRDPARTY, FIRSTPARTY, LOCALFOLDER
known_first_party = aldryn_forms
known_cms = cms, menus
known_django = django
[compile_catalog]
domain = django djangojs
directory = aldryn_forms/locale