plone.app.discussion/setup.cfg
Maurits van Rees bccfc55f49
No universal wheel: Py 3 only.
[ci skip]
2022-06-23 21:04:41 +02:00

18 lines
285 B
INI

[build_sphinx]
source-dir = docs/source
build-dir = docs
all_files = 1
[upload_sphinx]
upload-dir = docs/html
[bdist_wheel]
universal = 0
[isort]
# black compatible Plone isort rules:
profile = black
force_alphabetical_sort = True
force_single_line = True
lines_after_imports = 2