-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
38 lines (33 loc) · 1.41 KB
/
Copy pathpyproject.toml
File metadata and controls
38 lines (33 loc) · 1.41 KB
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
[tool.briefcase]
project_name = "BitcoinZ Mobile Node"
bundle = "com.btcz"
version = "1.0.0"
url = "https://www.getbtcz.com"
license = "GNU General Public License v3 or later (GPLv3+)"
author = "BTCZapp"
author_email = "dragkhai@gmail.com"
[tool.briefcase.app.mobileznode]
formal_name = "Mobile Node"
description = "Description : Mobile Node is a application designed to facilitate the management of BitcoinZ full nodes using the Termux environment in a local connection. With this app, users can effortlessly set up and control their BitcoinZ full node directly from their mobile device, offering convenience and accessibility to max features."
long_description = """Description : Mobile Node is a application designed to facilitate the management of BitcoinZ full nodes using the Termux environment in a local connection. With this app, users can effortlessly set up and control their BitcoinZ full node directly from their mobile device, offering convenience and accessibility to max features.
"""
icon = "src/mobileznode/resources/logo"
sources = [
"src/mobileznode",
]
test_sources = [
"tests",
]
test_requires = [
"pytest",
]
[tool.briefcase.app.mobileznode.android]
requires = [
"toga-android~=0.4.2",
"requests~=2.31.0",
]
build_gradle_dependencies = [
"androidx.appcompat:appcompat:1.6.1",
"com.google.android.material:material:1.11.0",
"androidx.swiperefreshlayout:swiperefreshlayout:1.1.0",
]