Skip to content

Commit

Permalink
Added setuptools build backend to ensure it will be properly installed
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza committed Mar 13, 2024
1 parent 2b680b6 commit ec21eb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools >= 61.0"]

[project]
authors = [
{email = "white.d.andrew@gmail.com", name = "Andrew White"},
Expand Down

0 comments on commit ec21eb7

Please sign in to comment.