-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
61 lines (53 loc) · 1.68 KB
/
pyproject.toml
File metadata and controls
61 lines (53 loc) · 1.68 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[project]
name = "py-pmp-manip"
version = "1.2.2"
description = "Python tool for creating, editing and inspecting Penguinmod(.pmp) and Scratch(.sb3) files."
readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.12"
license = { text = "GPL-3.0-or-later" }
authors = [{name = "GermanCodeEngineer", email = "germancodeengineer@proton.me"}]
# sometimes auto generated
dependencies = [
"gceutils~=1.0",
"Pillow>=12.1.1",
"Requests~=2.33",
"colorama~=0.4",
"lxml~=6.0",
"pydub_ng~=0.2",
"tree_sitter~=0.25",
"tree_sitter_javascript~=0.25",
"validators~=0.35",
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Operating System :: OS Independent",
]
[project.urls]
Homepage = "https://github.com/GermanCodeEngineer/py-pmp-manip/"
Repository = "https://github.com/GermanCodeEngineer/py-pmp-manip/"
Issues = "https://github.com/GermanCodeEngineer/py-pmp-manip/issues/"
# sometimes auto generated
[project.optional-dependencies]
dev = [
"graphviz~=0.21",
"pytest~=9.0",
"tomlkit~=0.14",
"coverage~=7.13",
"pipreqs~=0.5",
]
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"
[tool.setuptools.packages.find]
where = ["."]
include = ["pmp_manip*"]
[tool.setuptools.package-data]
"pmp_manip" = ["**/*.js", "builtin_extension_source/**/*"]
[tool.setuptools]
include-package-data = true
[tool.poetry.extras]
nodejs = ["Node.js >= 18"] # informational only