Skip to content

Commit

Permalink
Undo where build comes from because it breaks on github cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerbinns committed Sep 13, 2023
1 parent 5cd0636 commit 9a648fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
from dataclasses import dataclass

from setuptools import setup, Extension, Command
from setuptools.command import build_ext, sdist, build
from setuptools.command import build_ext, sdist
from distutils.command import build

# This is used to find the compiler and flags for building the test extension
import distutils.ccompiler
Expand Down

0 comments on commit 9a648fd

Please sign in to comment.