From 63d5426121c60ad2672ceb2d3de171a2828f3088 Mon Sep 17 00:00:00 2001 From: Scott Lundberg Date: Mon, 4 Dec 2023 20:23:26 +0000 Subject: [PATCH] Fix doc builds --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e1e276248..ef4d18fc8 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from pybind11.setup_helpers import Pybind11Extension, build_ext except ImportError: from setuptools import Extension as Pybind11Extension - from setuptools.command import build_ext + from setuptools.command.build_ext import build_ext here = os.path.abspath(os.path.dirname(__file__))