Skip to content
Snippets Groups Projects

Add pyproject.toml to comply with pip standard

Merged Vincent POLLET requested to merge pyproject_for_new_pip_standard into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
pyproject.toml 0 → 100644
+ 3
0
[build-system]
requires = ["setuptools", "wheel", "bob.extension"]
build-backend = "setuptools.build_meta"
Loading