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 9e21b97 commit 78129d9Copy full SHA for 78129d9
setup.py
@@ -183,7 +183,7 @@ def ext_math(extName):
183
provides = ["wlsqm"],
184
185
# same keywords as used as topics on GitHub
186
- keywords = ["numerical interpolation differentiation curve-fitting least-squares meshless"],
+ keywords = ["numerical interpolation differentiation curve-fitting least-squares meshless numpy cython"],
187
188
ext_modules = cythonize( [ ext_module_lapackdrivers,
189
ext_module_ptrwrap,
0 commit comments