We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5d48ef8 + 94578d3 commit ea2bfe3Copy full SHA for ea2bfe3
1 file changed
bindings/python/setup.py
@@ -1,9 +1,6 @@
1
#!/usr/bin/env python
2
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
+from setuptools import setup, Extension
7
8
core_ext = Extension(
9
name = 'core',
0 commit comments