Skip to content

Commit 9178ed7

Browse files
committed
chore(pyproject.toml): fix license and typo
1 parent e3a398c commit 9178ed7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ name = "UnityPy"
77
authors = [{ name = "Rudolf Kolbe", email = "rkolbe96@gmail.com" }]
88
description = "A Unity extraction and patching package"
99
readme = "README.md"
10-
license = "MIT"
10+
license = { text = "MIT" }
1111
requires-python = ">=3.7"
1212
keywords = [
1313
"python",
1414
"unity",
1515
"unity-asset",
1616
"python3",
17-
"data-minig",
17+
"data-mining",
1818
"unitypack",
1919
"assetstudio",
2020
"unity-asset-extractor",
@@ -42,9 +42,9 @@ dependencies = [
4242
"brotli", # WebFile compression
4343
# Texture & Sprite handling
4444
"Pillow",
45-
"texture2ddecoder >= 1.0.5", # texture decompression
46-
"etcpak", # ETC & DXT compression
47-
"astc-encoder-py >= 0.1.8", # ASTC compression
45+
"texture2ddecoder >= 1.0.5", # texture decompression
46+
"etcpak", # ETC & DXT compression
47+
"astc-encoder-py >= 0.1.8", # ASTC compression
4848
# audio extraction
4949
"pyfmodex >= 0.7.1",
5050
# filesystem handling

0 commit comments

Comments
 (0)