Skip to content

Commit

Permalink
use build_ext() provided by pybind11
Browse files Browse the repository at this point in the history
  • Loading branch information
yixuan committed Oct 30, 2024
1 parent f98403b commit 67e3098
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 67e3098

Please sign in to comment.