1111
1212
1313def main ():
14-
1514 setup (
1615 name = 'jupyter_nbextensions_configurator' ,
1716 description = ("jupyter serverextension providing configuration "
@@ -24,30 +23,30 @@ def main():
2423file, the interface also provides controls to configure the nbextensions'
2524options.
2625""" ,
27- version = '0.6.0 ' ,
26+ version = '0.6.1 ' ,
2827 author = 'jcb91, jupyter-contrib developers' ,
29283029 url = ('https://github.com/'
3130 'jupyter-contrib/jupyter_nbextensions_configurator' ),
3231 download_url = ('https://github.com/'
3332 'jupyter-contrib/jupyter_nbextensions_configurator/'
34- 'tarball/0.6.0 ' ),
33+ 'tarball/0.6.1 ' ),
3534 keywords = ['Jupyter' , 'notebook' ],
3635 license = 'BSD 3-clause' ,
3736 platforms = ['any' ],
3837 packages = find_packages ('src' ),
3938 package_dir = {'' : 'src' },
4039 include_package_data = True ,
4140 data_files = [
42- ("etc/jupyter/nbconfig/notebook.d" , [
43- "jupyter-config/nbconfig/notebook.d/jupyter_nbextensions_configurator.json"
44- ]),
45- ("etc/jupyter/nbconfig/tree.d" , [
46- "jupyter-config/nbconfig/tree.d/jupyter_nbextensions_configurator.json"
47- ]),
48- ("etc/jupyter/jupyter_notebook_config.d" , [
49- "jupyter-config/jupyter_notebook_config.d/jupyter_nbextensions_configurator.json"
50- ])
41+ ("etc/jupyter/nbconfig/notebook.d" , [
42+ "jupyter-config/nbconfig/notebook.d/jupyter_nbextensions_configurator.json"
43+ ]),
44+ ("etc/jupyter/nbconfig/tree.d" , [
45+ "jupyter-config/nbconfig/tree.d/jupyter_nbextensions_configurator.json"
46+ ]),
47+ ("etc/jupyter/jupyter_notebook_config.d" , [
48+ "jupyter-config/jupyter_notebook_config.d/jupyter_nbextensions_configurator.json"
49+ ])
5150 ],
5251 py_modules = [
5352 os .path .splitext (os .path .basename (path ))[0 ]
0 commit comments