Skip to content

Commit 67e3098

Browse files
committed
use build_ext() provided by pybind11
1 parent f98403b commit 67e3098

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
from pathlib import Path
44

55
import requests
6-
from pybind11.setup_helpers import Pybind11Extension
6+
from pybind11.setup_helpers import Pybind11Extension, build_ext
77
from setuptools import setup
8-
from setuptools.command.build_ext import build_ext
98

109
__version__ = "0.0.4"
1110

0 commit comments

Comments
 (0)