File: pyproject.toml

package info (click to toggle)
napari-plugin-engine 0.2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 436 kB
  • sloc: python: 3,052; makefile: 21
file content (19 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[build-system]
requires = [
  "setuptools>=42",
  "wheel",
  "setuptools_scm[toml]>=3.4"
]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
write_to = "napari_plugin_engine/_version.py"

[tool.black]
target-version = ['py37', 'py38']
skip-string-normalization = true
line-length = 79

[tool.isort]
profile = "black"
line_length = 79