Skip to content

Commit

Permalink
add numba entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
wlav committed Jun 11, 2022
1 parent 469ec99 commit 4b0efdc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,12 @@ def get_outputs(self):
package_dir={'': 'python'},
packages=find_packages('python', include=add_pkg),

entry_points={
'numba_extensions': [
'init = cppyy.numba_ext:_init_extension',
],
},

cmdclass=cmdclass,

zip_safe=False,
Expand Down

0 comments on commit 4b0efdc

Please sign in to comment.