Skip to content

Commit d5dde7b

Browse files
authored
Add pyproject.toml (#21)
* Add pyproject.toml Signed-off-by: Logan Adams <loadams@microsoft.com> * Update Signed-off-by: Logan Adams <loadams@microsoft.com> * Fix whitespace Signed-off-by: Logan Adams <loadams@microsoft.com> --------- Signed-off-by: Logan Adams <loadams@microsoft.com>
1 parent 69bdbe9 commit d5dde7b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[build-system]
2+
requires = [
3+
"setuptools>=64",
4+
"wheel",
5+
"packaging"
6+
]
7+
# Use legacy backend to import local packages in setup.py
8+
build-backend = "setuptools.build_meta:__legacy__"

0 commit comments

Comments
 (0)