Skip to content

Commit

Permalink
Use setuptools in place of distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
Delizald committed Nov 22, 2023
1 parent 9ac154d commit 5349a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/vm_wrapper/setupPyBOINC.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from distutils.core import setup, Extension
from setuptools import setup, Extension

# May need to adjust these to suit your system, but a standard installation of the BOINC client from source will put things in these places
pyboinc = Extension('boinc', runtime_library_dirs=['/usr/local/lib', '../../lib', '../../api'],
Expand Down

0 comments on commit 5349a73

Please sign in to comment.