Skip to content

Commit 987e665

Browse files
committed
Fix for latest setuptools
1 parent 6c9d44f commit 987e665

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
@@ -226,6 +226,7 @@ def finalize_options(self):
226226
url="https://github.com/symengine/symengine.py",
227227
python_requires='>=3.7,<4',
228228
zip_safe=False,
229+
packages=['symengine'],
229230
cmdclass = cmdclass,
230231
classifiers=[
231232
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)