Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hamelsmu committed Jun 28, 2022
1 parent dbb174f commit f347085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
entry_points = {
'console_scripts': cfg.get('console_scripts','').split(),
'mkdocs.plugins': [ 'rm_num_prefix = nbprocess.mkdocs:RmNumPrefix' ],
'nbprocess': [f'{cfg.get("lib_path")}={cfg.get("lib_path")}._modidx:d']
'nbdev': [f'{cfg.get("lib_path")}={cfg.get("lib_path")}._modidx:d']
},
**setup_cfg)

Expand Down

0 comments on commit f347085

Please sign in to comment.