pyproject.toml 336 B

123456789101112
  1. [build-system]
  2. requires=["setuptools", "wheel", "jupyter_packaging~=0.7.3"]
  3. build-backend = "setuptools.build_meta"
  4. [tool.pytest.ini_options]
  5. testpaths="jupyterlab/tests"
  6. norecursedirs="node_modules .git _build"
  7. addopts="--pdbcls=IPython.terminal.debugger:Pdb -v --junitxml=junit.xml"
  8. ignore="tests examples"
  9. [license]
  10. file="LICENSE"