Skip to content

Commit 304c834

Browse files
committed
Replace distutils with setuptools
1 parent afc96fc commit 304c834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from distutils.core import setup, Extension
1+
from setuptools import setup, Extension
22
import os
33

44
includes = os.getenv('EXTRA_INCLUDE_DIRS','').split(':')

0 commit comments

Comments
 (0)