File: pyproject.toml

package info (click to toggle)
dials-data 2.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 944 kB
  • sloc: python: 647; sh: 31; makefile: 24
file content (7 lines) | stat: -rw-r--r-- 194 bytes parent folder | download
1
2
3
4
5
6
7
[build-system]
requires = ["setuptools >= 40.6.0", "wheel"]
build-backend = "setuptools.build_meta"

[[tool.mypy.overrides]]
module = [ "py", "py.path", "pytest" ]
ignore_missing_imports = true