onionshare/desktop/pyproject.toml

42 lines
919 B
TOML

[tool.briefcase]
project_name = "OnionShare"
bundle = "org.onionshare"
version = "2.3.2"
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.2-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 = []