Skip to content

Commit

Permalink
Explicitly specify build-system in pyproject.toml (mlflow#11141)
Browse files Browse the repository at this point in the history
Signed-off-by: harupy <17039389+harupy@users.noreply.github.com>
Signed-off-by: Arthur Jenoudet <arthur.jenoudet@databricks.com>
  • Loading branch information
harupy authored and artjen committed Mar 26, 2024
1 parent b91917f commit ad47f72
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
@@ -1,3 +1,7 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.black]
line-length = 100
target-version = ['py38']
Expand Down

0 comments on commit ad47f72

Please sign in to comment.