Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hamelsmu authored Apr 26, 2022
1 parent eacfb94 commit 39c0f03
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@
entry_points = {
'console_scripts': cfg.get('console_scripts','').split(),
'mkdocs.plugins': [ 'rm_num_prefix = nbprocess.mkdocs:RmNumPrefix' ],
'nbdev': [f'index={cfg.get("lib_path")}._nbdev']
'nbprocess': [f'{cfg.get("lib_path")}={cfg.get("lib_path")}._modidx:d']
},
**setup_cfg)


0 comments on commit 39c0f03

Please sign in to comment.