Skip to content

Commit

Permalink
Replace distutils by setuptools in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mthh committed Jun 3, 2024
1 parent 1fdc950 commit dc9f574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
from distutils.core import setup
from distutils.extension import Extension
from setuptools import setup
from setuptools import Extension

from Cython.Build import cythonize
from Cython.Distutils import build_ext
Expand Down

0 comments on commit dc9f574

Please sign in to comment.