Skip to content

Commit 4c5c0e4

Browse files
committed
Fix again
1 parent 063c8e9 commit 4c5c0e4

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#!/bin/bash
2+
pip install setuptools wheel
23
pip install -r requirements.txt

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["setuptools", "wheel"]
3+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)