Skip to content

Commit

Permalink
Use setup from setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
ahendrix committed Jan 5, 2022
1 parent 57db4d9 commit b5da251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

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

# Remove the "-Wstrict-prototypes" compiler option, which isn't valid for C++.
import distutils.sysconfig
Expand Down

0 comments on commit b5da251

Please sign in to comment.