plone.app.discussion/setup.cfg

21 lines
321 B
INI
Raw Normal View History

[build_sphinx]
source-dir = docs/source
build-dir = docs
all_files = 1
[upload_sphinx]
upload-dir = docs/html
[bdist_wheel]
universal = 1
[zest.releaser]
create-wheel = yes
2022-05-01 23:14:00 +02:00
[isort]
# black compatible Plone isort rules:
profile = black
force_alphabetical_sort = True
force_single_line = True
lines_after_imports = 2