Skip to content

Commit

Permalink
Remove distutils from python setup
Browse files Browse the repository at this point in the history
  • Loading branch information
arendsee committed Jan 3, 2025
1 parent df30b94 commit 1b5316c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/lang/py/setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
from distutils.core import setup, Extension
from setuptools import setup, Extension

module = Extension('pymorloc',
sources=['pymorloc.c'],
Expand Down

0 comments on commit 1b5316c

Please sign in to comment.