commit | 189961379209973abd0dd6304297f03e2359e1b9 | [log] [tgz] |
---|---|---|
author | Richard Si <sichard26@gmail.com> | Sun Apr 27 13:05:07 2025 -0400 |
committer | GitHub <noreply@github.com> | Sun Apr 27 13:05:07 2025 -0400 |
tree | 53767a862a5d16e998e229ee42e6c283ea387120 | |
parent | c8741423d67e1025c0bdad5225ded05cf962f207 [diff] |
Declare setuptools as the build backend in pyproject.toml (#350)
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..eb62c16 --- /dev/null +++ b/pyproject.toml
@@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools >= 42.0.0"] +build-backend = "setuptools.build_meta"