Skip to content

Commit

Permalink
increment script names
Browse files Browse the repository at this point in the history
  • Loading branch information
GillySpace27 committed Dec 4, 2024
1 parent f292059 commit a464a25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dev = ["setuptools>=42", "wheel"]

[project.scripts]
pyfitsserver = "pyfitsserver.server:main"
install_pyFitsVSC = "pyfitsserver.install_pyfitsVSC:install_vscode_extension"
install_vscode_extension = "pyfitsserver.lib.install_pyfitsVSC:install_vscode_extension"

[tool.flit.metadata]
module = "pyfitsserver"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
entry_points={
'console_scripts': [
"install_pyFitsVSC=pyFitsServer.install_pyFitsVSC:install_vscode_extension",
"install_vscode_extension=pyFitsServer.install_pyFitsVSC:install_vscode_extension",
'pyfitsserver=pyFitsServer.server:main',
],
},
Expand Down

0 comments on commit a464a25

Please sign in to comment.