Skip to content

Commit 42b0254

Browse files
committed
need both spa.c and spa_py.c
1 parent f66aa9a commit 42b0254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
extensions = []
5757

5858
spa_ext = Extension('pvlib/spa_c_files/spa_py',
59-
['pvlib/spa_c_files/spa_py.c'])
59+
['pvlib/spa_c_files/spa.c', 'pvlib/spa_c_files/spa_py.c'])
6060
extensions.append(spa_ext)
6161

6262

0 commit comments

Comments
 (0)