Skip to content

Commit ea2bfe3

Browse files
authored
Merge pull request #1833 from ty-porter/remove-distutils
Revert distutils re-addition over setuptools
2 parents 5d48ef8 + 94578d3 commit ea2bfe3

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

bindings/python/setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
#!/usr/bin/env python
22

3-
# The following distutils seems to stop working with newer
4-
# Python version >= 3.12
5-
# Someone with Python knowledge, please fix.
6-
from distutils.core import setup, Extension
3+
from setuptools import setup, Extension
74

85
core_ext = Extension(
96
name = 'core',

0 commit comments

Comments
 (0)