setup.cfg 213 B

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