Skip to content

Commit

Permalink
MNT: Stop using distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Dec 31, 2021
1 parent 43b0d8a commit 79fa247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reproject/spherical_intersect/setup_package.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
from distutils.core import Extension
from setuptools import Extension
import numpy as np

REPROJECT_ROOT = os.path.relpath(os.path.dirname(__file__))
Expand Down

0 comments on commit 79fa247

Please sign in to comment.