@@ -17,7 +17,7 @@ dependencies = [
17
17
" jupyter_collaboration>=1.0.0a9,<2" ,
18
18
" ypywidgets>=0.1.2,<0.2.0" ,
19
19
" comm>=0.1.2,<0.2.0" ,
20
- " pydantic"
20
+ " pydantic" ,
21
21
]
22
22
classifiers = [
23
23
" License :: OSI Approved :: BSD License" ,
@@ -47,11 +47,15 @@ source = "nodejs"
47
47
fields = [" description" , " authors" , " urls" ]
48
48
49
49
[tool .hatch .build .targets .sdist ]
50
- artifacts = [" /jupytercad/labextension" , " /jupytercad/notebook/objects/_schema/*.py" ]
50
+ artifacts = [
51
+ " /jupytercad/labextension" ,
52
+ " /jupytercad/notebook/objects/_schema/*.py" ,
53
+ " /jupytercad/cadapp/" ,
54
+ ]
51
55
exclude = [" /.github" , " /binder" , " node_modules" , " examples" , " ui-tests" ]
52
56
53
57
[tool .hatch .build .targets .wheel ]
54
- artifacts = [" /jupytercad/notebook/objects/_schema/*.py" ]
58
+ artifacts = [" /jupytercad/notebook/objects/_schema/*.py" , " /jupytercad/cadapp/ " ]
55
59
56
60
[tool .hatch .build .targets .sdist .force-include ]
57
61
"./packages" = " packages"
@@ -88,9 +92,7 @@ build_dir = "jupytercad/labextension"
88
92
version-cmd = " python scripts/bump-version.py"
89
93
90
94
[tool .jupyter-releaser .hooks ]
91
- before-bump-version = [
92
- " python -m pip install hatch 'jupyterlab>=4.0.0'" ,
93
- ]
95
+ before-bump-version = [" python -m pip install hatch 'jupyterlab>=4.0.0'" ]
94
96
before-build-npm = [
95
97
" python -m pip install datamodel-code-generator jupyterlab --pre -U" ,
96
98
" jlpm" ,
0 commit comments