forked from NiceneNerd/BCML
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
41 lines (39 loc) · 1.3 KB
/
pyproject.toml
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
[build-system]
requires = ["maturin>=0.12,<0.13"]
build-backend = "maturin"
[project]
name = "bcml"
version = "3.10.8"
description = "A mod manager for The Legend of Zelda: Breath of the Wild"
author = "NiceneNerd"
author_email = "[email protected]"
license = { file = "docs/LICENSE.md" }
dependencies = [
"botw-utils~=0.2.3",
"cefpython3~=66.1; platform_system == 'Windows'",
"oead~=1.2.6",
"packaging~=21.3",
"pythonnet~=3.0.1",
"PyQt5; platform_system == 'Linux'",
"pyqtwebengine~=5.15.2; platform_system == 'Linux'",
"pywebview==3.7.2",
"QtPy; platform_system == 'Linux'",
"requests~=2.27.1",
"rstb>=1.2.2",
"xxhash~=3.2",
]
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Development Status :: 5 - Production/Stable",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3 :: Only",
]
scripts = { bcml-debug = "bcml.__main__:main_debug" }
gui-scripts = { bcml = "bcml.__main__:main" }
[project.urls]
repository = "https://github.com/NiceneNerd/BCML"
homepage = "https://gamebanana.com/tools/6624"