Skip to content

Commit

Permalink
update extension path
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Apr 26, 2023
1 parent 2ce6cfa commit 7b89a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupytercad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def _jupyter_labextension_paths():
return [{'src': 'labextension', 'dest': 'jupytercad'}]
return [{'src': 'labextension', 'dest': '@jupytercad/jupytercad-extension'}]

0 comments on commit 7b89a9f

Please sign in to comment.