From 9055c46ec3ee82b0e32961eab5f86c46c96b79bb Mon Sep 17 00:00:00 2001 From: Bhavay Aggarwal Date: Mon, 15 Jan 2024 18:59:40 -0500 Subject: [PATCH] added pyproject --- pyproject.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..76b7319 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,5 @@ +[build-system] +requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"] +build-backend = "setuptools.build_meta" + +[tool.setuptools_scm] \ No newline at end of file