Skip to content

Commit

Permalink
Fix package name in install.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Dec 28, 2020
1 parent 912271d commit ed1dde6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packageManager": "python",
"packageName": "jlab_enhanced_launcher",
"uninstallInstructions": "Use your Python package manager (pip, conda, etc.) to uninstall the package jlab_enhanced_launcher"
"packageName": "jlab-enhanced-launcher",
"uninstallInstructions": "Use your Python package manager (pip, conda, etc.) to uninstall the package jlab-enhanced-launcher"
}

0 comments on commit ed1dde6

Please sign in to comment.