-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
pyproject.toml
39 lines (37 loc) · 1.24 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
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "palworld-pal-editor"
description = "Yet Another Palworld Pal Editor."
authors = [
{ name = "_connlost", email = "[email protected]" },
]
keywords = ["palworld", "editor", "pal"]
license = {file = "LICENSE"}
requires-python = ">=3.11"
readme = "README.md"
version = "0.10.1"
dependencies = [
"setuptools==69.1.0",
"palworld_save_tools==0.24.0",
"wheel==0.42.0",
"Flask==3.0.2",
"pyinstaller==6.4.0",
"waitress==3.0.0",
"Flask-JWT-Extended==4.6.0",
"pywebview==4.4.1",
"requests==2.32.2"
]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Operating System :: OS Independent",
"Natural Language :: Chinese (Simplified)", "Natural Language :: English", "Natural Language :: Japanese"
]
[project.urls]
Homepage = "https://github.com/KrisCris/Palworld-Pal-Editor"
Documentation = "https://github.com/KrisCris/Palworld-Pal-Editor"
Repository = "https://github.com/KrisCris/Palworld-Pal-Editor.git"
Issues = "https://github.com/KrisCris/Palworld-Pal-Editor/issues"
Changelog = "https://github.com/KrisCris/Palworld-Pal-Editor"