-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
59 lines (49 loc) · 1.06 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
[check-manifest]
ignore =
*.DS_Store
*.css.map
.tx
.tx/*
.coveragerc
.csslintrc
.editorconfig
.jshintignore
.travis.yml
Gruntfile.js
buildout.cfg
package.json
requirements.txt
travis.cfg
*/node_modules
*/node_modules/*
*/package-lock.json
[distutils]
index-servers =
pypi
[isort]
# for details see
# http://docs.plone.org/develop/styleguide/python.html#grouping-and-sorting
force_alphabetical_sort = True
force_single_line = True
from_first = True
line_length = 79
lines_after_imports = 2
not_skip = __init__.py
[sdist]
formats = zip
[spirit.releaser]
diazo_export.multi =
theme
custom
diazo_export.enabled = true
diazo_export.adjust_title = true
diazo_export.adjust_theme_version = true
diazo_export.exclude =
node_modules
_less
[spirit.releaser:theme]
diazo_export.path = src/plonetheme/barcelonetang/theme
diazo_export.theme_name = barcelonetang
[spirit.releaser:custom]
diazo_export.path = src/plonetheme/barcelonetang/theme-custom
diazo_export.theme_name = barcelonetang-custom