We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f73fa3 commit aa86691Copy full SHA for aa86691
pvlib/spa_c_files/setup.py
@@ -1,9 +1,9 @@
1
# setup.py
2
3
import os
4
-from distutils.core import setup
5
-from distutils.extension import Extension
+
6
from Cython.Build import cythonize
+from setuptools import Extension, setup
7
8
DIRNAME = os.path.dirname(__file__)
9
0 commit comments