Skip to content

Commit

Permalink
Fix doc builds
Browse files Browse the repository at this point in the history
  • Loading branch information
slundberg committed Dec 4, 2023
1 parent 300d852 commit 63d5426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__))

Expand Down

0 comments on commit 63d5426

Please sign in to comment.