onionshare/desktop/pyproject.toml

42 lines
924 B
TOML
Raw Normal View History

[tool.briefcase]
project_name = "OnionShare"
2020-10-14 01:28:21 -04:00
bundle = "org.onionshare"
2021-05-04 23:21:10 -04:00
version = "2.3.2.dev1"
url = "https://onionshare.org"
license = "GPLv3"
author = 'Micah Lee'
author_email = "micah@micahflee.com"
[tool.briefcase.app.onionshare]
formal_name = "OnionShare"
2020-11-06 16:44:21 -05:00
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.2",
"qrcode"
]
[tool.briefcase.app.onionshare.macOS]
requires = []
[tool.briefcase.app.onionshare.linux]
requires = []
2020-10-14 01:28:21 -04:00
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 = []