File: setup.cfg

package info (click to toggle)
django-model-utils 4.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 552 kB
  • sloc: python: 3,438; makefile: 181
file content (11 lines) | stat: -rw-r--r-- 180 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[build_sphinx]
source-dir = docs/
build-dir = docs/_build
all_files = 1

[tool:pytest]
django_find_project = false
DJANGO_SETTINGS_MODULE = tests.settings

[isort]
profile = black