Skip to content

Commit

Permalink
disable the mangled scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Dec 29, 2023
1 parent 2492f9b commit b80e70b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,11 @@ cli = [
]


[project.scripts]
xpra-cli = "xpra.scripts.main:main"


[project.gui-scripts]
xpra-gui = "xpra.gtk.dialogs.gui:main"
# these scripts are mangled, don't use them
# [project.scripts]
# xpra = "xpra.scripts.main:main"
# [project.gui-scripts]
# xpra_launcher = "xpra.client.gtk3.launcher:main"


[tool.ruff]
Expand Down

0 comments on commit b80e70b

Please sign in to comment.