mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Add container/scripts to linux package
This commit is contained in:
parent
e7b3d2d030
commit
1ff69aac0e
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -30,6 +30,7 @@ setuptools.setup(
|
|||
),
|
||||
("share/dangerzone", file_list("share")),
|
||||
("share/dangerzone/container", file_list("share/container")),
|
||||
("share/dangerzone/container/scripts", file_list("share/container/scripts")),
|
||||
],
|
||||
classifiers=(
|
||||
"Programming Language :: Python",
|
||||
|
|
Loading…
Reference in a new issue