Skip to content

Commit fb21782

Browse files
authored
Add build system to pyproject.toml
1 parent 2df0381 commit fb21782

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: pyproject.toml

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
[build-system]
2+
requires = ["setuptools", "wheel"]
3+
build-backend = "setuptools.build_meta"
4+
15
[tool.pytest.ini_options]
26
python_files = 'test_*.py'
37
testpaths = 'test' # space seperated list of paths from root e.g test tests doc/testing

0 commit comments

Comments
 (0)