@@ -3,7 +3,7 @@ requires = ["hatchling>=1.5.0", "jupyterlab>=4.0.0,<5", "hatch-nodejs-version>=0
33build-backend = " hatchling.build"
44
55[project ]
6- name = " jupyterlab_drawio "
6+ name = " jupyterlab-drawio "
77readme = " README.md"
88license = { file = " LICENSE" }
99requires-python = " >=3.8"
@@ -33,24 +33,24 @@ source = "nodejs"
3333fields = [" description" , " authors" , " urls" ]
3434
3535[tool .hatch .build .targets .sdist ]
36- artifacts = [" jupyterlab_drawio /labextension" ]
36+ artifacts = [" jupyterlab-drawio /labextension" ]
3737exclude = [" .github" , " binder" ]
3838
3939[tool .hatch .build .targets .wheel .shared-data ]
40- "jupyterlab_drawio /labextension" = " share/jupyter/labextensions/jupyterlab-drawio"
40+ "jupyterlab-drawio /labextension" = " share/jupyter/labextensions/jupyterlab-drawio"
4141"install.json" = " share/jupyter/labextensions/jupyterlab-drawio/install.json"
4242
4343[tool .hatch .build .hooks .version ]
44- path = " jupyterlab_drawio /_version.py"
44+ path = " jupyterlab-drawio /_version.py"
4545
4646[tool .hatch .build .hooks .jupyter-builder ]
4747dependencies = [" hatch-jupyter-builder>=0.5" ]
4848build-function = " hatch_jupyter_builder.npm_builder"
4949ensured-targets = [
50- " jupyterlab_drawio /labextension/static/style.js" ,
51- " jupyterlab_drawio /labextension/package.json" ,
50+ " jupyterlab-drawio /labextension/static/style.js" ,
51+ " jupyterlab-drawio /labextension/package.json" ,
5252]
53- skip-if-exists = [" jupyterlab_drawio /labextension/static/style.js" ]
53+ skip-if-exists = [" jupyterlab-drawio /labextension/static/style.js" ]
5454
5555[tool .hatch .build .hooks .jupyter-builder .build-kwargs ]
5656build_cmd = " build:prod"
@@ -60,7 +60,7 @@ npm = ["jlpm"]
6060build_cmd = " install:extension"
6161npm = [" jlpm" ]
6262source_dir = " src"
63- build_dir = " jupyterlab_drawio /labextension"
63+ build_dir = " jupyterlab-drawio /labextension"
6464
6565[tool .jupyter-releaser .options ]
6666version_cmd = " hatch version"
0 commit comments