Skip to content

Commit 78129d9

Browse files
committed
setup.py: add keywords 'numpy', 'cython'
1 parent 9e21b97 commit 78129d9

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
@@ -183,7 +183,7 @@ def ext_math(extName):
183183
provides = ["wlsqm"],
184184

185185
# same keywords as used as topics on GitHub
186-
keywords = ["numerical interpolation differentiation curve-fitting least-squares meshless"],
186+
keywords = ["numerical interpolation differentiation curve-fitting least-squares meshless numpy cython"],
187187

188188
ext_modules = cythonize( [ ext_module_lapackdrivers,
189189
ext_module_ptrwrap,

0 commit comments

Comments
 (0)