File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed
Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ define(function(){
7373 // tree
7474 jglobal ( 'SessionList' , 'tree/js/sessionlist' ) ;
7575
76- Jupyter . version = "0.5.0 " ;
76+ Jupyter . version = "0.6.0.dev0 " ;
7777 Jupyter . _target = '_blank' ;
7878
7979 return Jupyter ;
Original file line number Diff line number Diff line change @@ -6,12 +6,6 @@ requires = [
66]
77build-backend = " jupyter_packaging.build_api"
88
9- [tool .hatch .build ]
10- artifacts = [
11- " nbclassic/static" ,
12- " nbclassic/templates"
13- ]
14-
159[tool .check-manifest ]
1610ignore = [" tbump.toml" , " .*" ]
1711
Original file line number Diff line number Diff line change 6464
6565
6666setup_args = dict (
67+ packages = find_packages (),
68+ package_data = find_package_data (),
6769)
6870
6971# Custom distutils/setuptools commands ----------
You can’t perform that action at this time.
0 commit comments