We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98403b commit 67e3098Copy full SHA for 67e3098
setup.py
@@ -3,9 +3,8 @@
3
from pathlib import Path
4
5
import requests
6
-from pybind11.setup_helpers import Pybind11Extension
+from pybind11.setup_helpers import Pybind11Extension, build_ext
7
from setuptools import setup
8
-from setuptools.command.build_ext import build_ext
9
10
__version__ = "0.0.4"
11
0 commit comments