-
Notifications
You must be signed in to change notification settings - Fork 11
/
setup.cfg
72 lines (65 loc) · 1.69 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
[metadata]
version = 5.0.0a3.dev0
name = yafowil.plone
description = Plone Integration with YAFOWIL
long_description = file: README.rst, CHANGES.rst, LICENCE.rst
keywords = zope plone request response html input widgets form
author = BlueDynamics Alliance
author_email = [email protected]
url = https://github.com/bluedynamics/yafowil.plone
license = BSD
classifiers =
Environment :: Web Environment
Framework :: Plone
Framework :: Plone :: Addon
Framework :: Plone :: 6.0
Framework :: Zope
Framework :: Zope :: 5
License :: OSI Approved :: GNU General Public License (GPL)
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Topic :: Internet :: WWW/HTTP :: Dynamic Content
[options]
include_package_data = True
install_requires =
setuptools>=39.1.0
node>=1.0
plone.app.z3cform>=4.1.0
Products.CMFPlone>=6.0
yafowil.bootstrap>1.999
yafowil.yaml>=1.0.4
yafowil>2.3.2
namespace_packages =
yafowil
package_dir =
= src
packages = find:
zip_safe = False
[options.extras_require]
test =
plone.app.testing
plone.app.robotframework
[options.packages.find]
where =
src
[options.entry_points]
z3c.autoinclude.plugin =
target = plone
yafowil.plugin =
register = yafowil.plone:register
configure = yafowil.plone:configure
[isort]
profile = black
force_alphabetical_sort = True
force_single_line = True
lines_after_imports = 2
line_length = 88
not_skip = __init__.py
use_parentheses = True
multi_line_output = 3
[zest.releaser]
create-wheel = yes