Skip to content

Commit

Permalink
Merge pull request astropy#263 from pllim/deprecation-deprecated
Browse files Browse the repository at this point in the history
MNT: Stop using distutils
  • Loading branch information
pllim committed Jan 12, 2022
2 parents 4356e35 + 79fa247 commit fe925be
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 fe925be

Please sign in to comment.