Skip to content

Commit cc9b294

Browse files
committed
Fix build with setuptools>=60
1 parent ccf7e40 commit cc9b294

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,5 @@
5959
python_requires='>=3.7',
6060
setup_requires=['hpy>0.0.2'],
6161
hpy_ext_modules=ext_modules,
62+
ext_modules=[]
6263
)

0 commit comments

Comments
 (0)