setup.cfg 186 B

12345678
  1. [metadata]
  2. license_file = LICENSE
  3. [tool:pytest]
  4. testpaths=jupyterlab/tests
  5. norecursedirs=node_modules .git _build
  6. addopts = --pdbcls=IPython.terminal.debugger:Pdb
  7. ignore=tests examples