Skip to content

Commit ec3a605

Browse files
authored
add setuptools to setup_requires
1 parent 0fcebcc commit ec3a605

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
@@ -224,7 +224,7 @@ def finalize_options(self):
224224
setup(name="symengine",
225225
version="0.14.0",
226226
description="Python library providing wrappers to SymEngine",
227-
setup_requires=['cython>=0.29.24'],
227+
setup_requires=['cython>=0.29.24', 'setuptools'],
228228
long_description=long_description,
229229
author="SymEngine development team",
230230
author_email="[email protected]",

0 commit comments

Comments
 (0)