mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Remove stale dangerzone-container entrypoint
The dangerzone-container entrypoint, as specified in pyproject.toml, is stale, for the following reasons: 1. It's not mentioned in the setup.py script, so it was never included in our Linux distributions. 2. The code in `dangerzone.__init__.py` that decides if it will invoke the GUI or CLI backend, just takes `dangerzone-cli` into account for this decision, and does not mention dangerzone-container anywhere.
This commit is contained in:
parent
7bc0129f94
commit
b83d2495eb
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ packaging = "*"
|
||||||
|
|
||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
dangerzone = 'dangerzone:main'
|
dangerzone = 'dangerzone:main'
|
||||||
dangerzone-container = 'dangerzone:main'
|
|
||||||
dangerzone-cli = 'dangerzone:main'
|
dangerzone-cli = 'dangerzone:main'
|
||||||
|
|
||||||
# Dependencies required for packaging the code on various platforms.
|
# Dependencies required for packaging the code on various platforms.
|
||||||
|
|
Loading…
Reference in a new issue