summaryrefslogtreecommitdiff
path: root/desktop/pyproject.toml
blob: a715e9ee24752f291c97ae8de26fa870b62a8d49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[tool.briefcase]
project_name = "OnionShare"
bundle = "org.onionshare"
version = "2.3"
url = "https://onionshare.org"
license = "GPLv3"
author = 'Micah Lee'
author_email = "micah@micahflee.com"

[tool.briefcase.app.onionshare]
formal_name = "OnionShare"
description = "Securely and anonymously share files, host websites, and chat with friends using the Tor network"
icon = "src/onionshare/resources/onionshare"
sources = ['src/onionshare']
requires = [
    "./onionshare_cli-2.3-py3-none-any.whl",
    "pyside2==5.15.1",
    "qrcode"
]

[tool.briefcase.app.onionshare.macOS]
requires = []

[tool.briefcase.app.onionshare.linux]
requires = []
system_requires = [
    "tor",
    "obfs4proxy",
    "gcc",
    "python3-dev",
]

[tool.briefcase.app.onionshare.windows]
requires = ["pywin32"]

# Mobile deployments
[tool.briefcase.app.onionshare.iOS]
requires = []

[tool.briefcase.app.onionshare.android]
requires = []