Skip to content

Commit

Permalink
Merge branch 'mr-c-drop_distutils' into develop
Browse files Browse the repository at this point in the history
Closes #203
  • Loading branch information
gmarcais committed Mar 19, 2024
2 parents 4ae72a8 + abeafbc commit 54602dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swig/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import os
import sys
import re
from distutils.core import setup, Extension
from setuptools import setup, Extension

def pkgconfig(s):
pipe = os.popen("pkg-config {}".format(s))
Expand Down

0 comments on commit 54602dd

Please sign in to comment.