From 565a5dfff036c18ee9ef6624f46a690fd50b3bd8 Mon Sep 17 00:00:00 2001 From: Ruan Comelli Date: Sat, 5 Aug 2023 14:51:40 -0300 Subject: [PATCH 1/2] build: add build system configuration to `pyproject.toml` --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..7fd26b9 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools"] +build-backend = "setuptools.build_meta" \ No newline at end of file From 2fbb48bdb6bcc8e31e9363afde885e13b6f16217 Mon Sep 17 00:00:00 2001 From: Ruan Comelli Date: Sat, 5 Aug 2023 15:24:25 -0300 Subject: [PATCH 2/2] style: add newline at the end of the file --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7fd26b9..fed528d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,3 @@ [build-system] requires = ["setuptools"] -build-backend = "setuptools.build_meta" \ No newline at end of file +build-backend = "setuptools.build_meta"