From 9a0ea2cf4b9167c350c8db05f91f49db19c16f58 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 13 Oct 2023 09:18:17 -0400 Subject: [PATCH] Add build backend in pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index dc9884a9b..74149e24d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,6 @@ [build-system] requires = ["setuptools>=61.0.0"] +build-backend = "setuptools.build_meta" [project] name = "python-docx"