notebook/pyproject.toml

4 lines
145 B
TOML
Raw Normal View History

2020-12-04 21:15:41 +08:00
[build-system]
requires = ["jupyter_packaging~=0.7.9", "jupyterlab~=3.0", "setuptools>=40.8.0", "wheel"]
2020-12-04 21:15:41 +08:00
build-backend = "setuptools.build_meta"