From 67e3098d902d91a71a0c092229a5096a80ff5bad Mon Sep 17 00:00:00 2001 From: Yixuan Qiu Date: Wed, 30 Oct 2024 22:14:16 +0800 Subject: [PATCH] use build_ext() provided by pybind11 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6c88d53..617d841 100644 --- a/setup.py +++ b/setup.py @@ -3,9 +3,8 @@ from pathlib import Path import requests -from pybind11.setup_helpers import Pybind11Extension +from pybind11.setup_helpers import Pybind11Extension, build_ext from setuptools import setup -from setuptools.command.build_ext import build_ext __version__ = "0.0.4"