File: pyproject.toml

package info (click to toggle)
matrix-synapse-ldap3 0.2.2%2Bgit20221102%2B258473620416-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 184 kB
  • sloc: python: 977; sh: 10; makefile: 5
file content (15 lines) | stat: -rw-r--r-- 254 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[build-system]
requires = ["setuptools>=39.2.0", "wheel"]
build-backend = "setuptools.build_meta"

[tool.isort]
profile = "black"
known_first_party = [
    "ldap_auth_provider",
    "tests"
]

[tool.check-manifest]
ignore = [
    "scripts-dev/lint.sh"
]