Skip to content

Commit

Permalink
Require setuptools for the build.
Browse files Browse the repository at this point in the history
  • Loading branch information
scoder committed Nov 28, 2024
1 parent f129884 commit 81dd133
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
import re
import sys

try:
import setuptools
except ImportError:
pass

from distutils.core import setup, Extension
from setuptools import setup, Extension


ext_modules = [
Expand Down

0 comments on commit 81dd133

Please sign in to comment.