From e3ddb96080eadcaeff9e27eeea31205007929498 Mon Sep 17 00:00:00 2001 From: Rafael Date: Sun, 21 Jan 2024 17:22:06 -0300 Subject: [PATCH] enh: build requirements added --- pyproject.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..93aec9b --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,10 @@ +[build-system] +# AVOID CHANGING REQUIRES: IT WILL BE UPDATED BY PYSCAFFOLD! +requires = ["setuptools", "wheel"] +#build-backend = "setuptools.build_meta" + + +#[tool.setuptools_scm] +# For smarter version schemes and other configuration options, +# check out https://github.com/pypa/setuptools_scm +#version_scheme = "no-guess-dev"