Skip to content

Commit aa86691

Browse files
committed
replaced depricated distutils with setuptools imports
1 parent 8f73fa3 commit aa86691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pvlib/spa_c_files/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# setup.py
22

33
import os
4-
from distutils.core import setup
5-
from distutils.extension import Extension
4+
65
from Cython.Build import cythonize
6+
from setuptools import Extension, setup
77

88
DIRNAME = os.path.dirname(__file__)
99

0 commit comments

Comments
 (0)